Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h

Issue 2102323002: MSE: Experimental support for new abort and duration behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
index 81ef2ad0d1a56ab62b16cb9e99dc1edbdc612293..a0200736a8c23f94a057ec361195655e56116ef1 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
@@ -100,8 +100,8 @@ public:
AudioTrackList& audioTracks();
VideoTrackList& videoTracks();
- void abortIfUpdating();
void removedFromMediaSource();
+ double highestPresentationTimestamp();
// ActiveScriptWrappable
bool hasPendingActivity() const final;
@@ -151,6 +151,9 @@ private:
void appendStreamDone(AppendStreamDoneAction);
void clearAppendStreamState();
+ void cancelRemove();
+ void abortIfUpdating();
+
void removeMediaTracks();
const TrackDefault* getTrackDefault(const AtomicString& trackType, const AtomicString& byteStreamTrackID) const;

Powered by Google App Engine
This is Rietveld 408576698