Internal change

PiperOrigin-RevId: 539719443
This commit is contained in:
MediaPipe Team
2023-06-12 11:53:48 -07:00
committed by Copybara-Service
parent fe0d1b1e83
commit 96cc0fd07b
5 changed files with 370 additions and 0 deletions
+4
View File
@@ -186,6 +186,10 @@ class Timestamp {
// CHECKs that this->IsAllowedInStream().
Timestamp NextAllowedInStream() const;
// Returns true if there's a next timestamp in the range [Min .. Max] after
// this one.
bool HasNextAllowedInStream() const;
// Returns the previous timestamp in the range [Min .. Max], or
// Unstarted() if no Packets may preceed one with this timestamp.
Timestamp PreviousAllowedInStream() const;