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

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: Basic structure. Needs lots of test fixing and some new tests. 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 c07de5489701cca2eef69a891f1077ccabe9c2f5..0bd141ff798893d19a1267818b1574989ace3a09 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
@@ -95,8 +95,8 @@ public:
AudioTrackList& audioTracks();
VideoTrackList& videoTracks();
- void abortIfUpdating();
void removedFromMediaSource();
+ double highestPresentationTimestamp();
// ActiveScriptWrappable
bool hasPendingActivity() const final;
@@ -146,6 +146,9 @@ private:
void appendStreamDone(AppendStreamDoneAction);
void clearAppendStreamState();
+ void cancelRemove();
+ void abortIfUpdating();
+
void removeMediaTracks();
// FileReaderLoaderClient interface

Powered by Google App Engine
This is Rietveld 408576698