Interface SourceBuffer

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.

MDN Reference

Hierarchy

Properties

appendWindowEnd: number
appendWindowStart: number
buffered: TimeRanges
onabort: ((this, ev) => any)

Type declaration

onerror: ((this, ev) => any)

Type declaration

onupdate: ((this, ev) => any)

Type declaration

onupdateend: ((this, ev) => any)

Type declaration

onupdatestart: ((this, ev) => any)

Type declaration

timestampOffset: number
updating: boolean

Methods

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

    MDN Reference

    Parameters

    Returns boolean

  • Parameters

    • start: number
    • end: number

    Returns void