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

Static Properties

instanceRuntimeType Type

read-only
supported bool

Checks if this type is supported on the current platform.

read-only

Static Methods

isTypeSupported(String type) bool

Constructors

MediaSource()

factory
MediaSource.internal_()

Properties

activeSourceBuffers SourceBufferList

read-only
duration num

read / write
hashCode int

read-only, inherited
on Events

This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

read-only, inherited
readyState String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
sourceBuffers SourceBufferList

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

addEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
addSourceBuffer(String type) SourceBuffer

dispatchEvent(Event event) bool

inherited
endOfStream([String error]) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
removeEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
removeSourceBuffer(SourceBuffer buffer) → void

toString() String

Returns the result of the JavaScript objects toString method.

inherited