Inherits from this class to use logs

Hierarchy (view full)

Constructors

Properties

_audioBuffer?: MediaBuffer
_endPrevTime?: number
_mediaSource?: MediaSource
_passthroughCMAF: boolean
_videoBuffer?: MediaBuffer
log: ILog

Start a log

Param: args

Returns

a Log object with the levels of log to call

Accessors

Methods

Events

  • Event fire when audio data are appended to the renderer, basically here to debug MSE ingestion

    Parameters

    • data: Uint8Array

    Returns void

  • Fired when the playback buffer exceeds its capacity, a play or set a startTime to remove the beginning can resolve the situation

    Returns void

  • Event fire when video data are appended to the renderer, basically here to debug MSE ingestion

    Parameters

    • data: Uint8Array

    Returns void