This Media Source Extensions API interface represents a source of media data for an HTMLMediaElement object. A MediaSource object can be attached to a HTMLMediaElement to be played in the user agent.

Hierarchy

  • EventTarget
    • MediaSource

Properties

activeSourceBuffers: SourceBufferList
duration: number
onsourceclose: ((this: MediaSource, ev: Event) => any)

Type declaration

onsourceended: ((this: MediaSource, ev: Event) => any)

Type declaration

onsourceopen: ((this: MediaSource, ev: Event) => any)

Type declaration

readyState: ReadyState
sourceBuffers: SourceBufferList

Methods

  • Parameters

    • type: string

    Returns SourceBuffer

  • Returns void

  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    • event: Event

    Returns boolean

  • Parameters

    Returns void

  • Parameters

    • start: number
    • end: number

    Returns void