A chunk of media to be passed into an HTMLMediaElement and played, via a MediaSource object. This can be made up of one or several media segments.

Hierarchy

Properties

appendWindowEnd: number
appendWindowStart: number
buffered: TimeRanges
onabort: null | ((this: SourceBuffer, ev: Event) => any)
onerror: null | ((this: SourceBuffer, ev: Event) => any)
onupdate: null | ((this: SourceBuffer, ev: Event) => any)
onupdateend: null | ((this: SourceBuffer, ev: Event) => any)
onupdatestart: null | ((this: SourceBuffer, ev: Event) => any)
timestampOffset: number
updating: boolean

Methods

  • Returns void

  • Parameters

    Returns void

  • Parameters

    • type: string

    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

    Returns boolean

  • Parameters

    • start: number
    • end: number

    Returns void

Generated using TypeDoc