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.

MDN Reference

Hierarchy

  • EventTarget
    • MediaSource

Properties

activeSourceBuffers: SourceBufferList
duration: number
onsourceclose: null | ((this, ev) => any)

Type declaration

    • (this, ev): any
    • Parameters

      Returns any

onsourceended: null | ((this, ev) => any)

Type declaration

    • (this, ev): any
    • Parameters

      Returns any

onsourceopen: null | ((this, ev) => any)

Type declaration

    • (this, ev): any
    • Parameters

      Returns any

readyState: ReadyState
sourceBuffers: SourceBufferList

Methods

  • Type Parameters

    Parameters

    Returns void

  • Parameters

    Returns void

  • 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.

    MDN Reference

    Parameters

    • event: Event

    Returns boolean

  • Parameters

    Returns void

  • Type Parameters

    Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Parameters

    • start: number
    • end: number

    Returns void

Generated using TypeDoc