Not documented.
- Annotations
- DocsEditable()
- DomName('MediaSource')
- SupportedBrowser(SupportedBrowser.CHROME)
- SupportedBrowser(SupportedBrowser.IE, '11')
- Experimental()
- Extends
- Object
- EventTarget
- MediaSource
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Static Methods
-
isTypeSupported(
String type) → bool
Properties
- SourceBufferList activeSourceBuffers
-
read-only
- num duration
-
read / write
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- String readyState
-
read-only
- SourceBufferList sourceBuffers
-
read-only
Constructors
Methods
-
addEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
addSourceBuffer(
String type) → SourceBuffer -
dispatchEvent(
Event event) → bool -
inherited
-
endOfStream(
[String error]) → void -
removeEventListener(
String type, dynamic listener(Event event), [bool useCapture]) → void -
inherited
-
removeSourceBuffer(
SourceBuffer buffer) → void