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

Unified Diff: Source/modules/mediasource/SourceBuffer.idl

Issue 130523002: Preliminary work for unprefixed MSE SourceBuffer.mode manipulation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: Source/modules/mediasource/SourceBuffer.idl
diff --git a/Source/modules/mediasource/SourceBuffer.idl b/Source/modules/mediasource/SourceBuffer.idl
index e2712bdb9ad31a46fb5bdac9d676e24e60ff0b98..0210127372e7f990382cef5fcb0ce473c7efbd39 100644
--- a/Source/modules/mediasource/SourceBuffer.idl
+++ b/Source/modules/mediasource/SourceBuffer.idl
@@ -34,6 +34,9 @@
RuntimeEnabled=MediaSource
] interface SourceBuffer : EventTarget {
+ // Gets or sets the AppendMode.
+ [RaisesException=Setter] attribute DOMString mode;
acolwell GONE FROM CHROMIUM 2014/01/09 02:53:58 Please add ", RuntimeEnabled=MediaSourceExperiment
wolenetz 2014/01/09 21:43:11 Done.
+
readonly attribute boolean updating;
// Returns the time ranges buffered.
« Source/modules/mediasource/SourceBuffer.cpp ('K') | « Source/modules/mediasource/SourceBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698