Not documented.

Annotations
  • DocsEditable()
  • DomName('MediaSource')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.IE, '11')
  • Experimental()
Extends

Static Properties

bool supported
read-only
Checks 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, inherited
This 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

MediaSource()

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