Inherits from this class to use logs

Hierarchy (view full)

Constructors

Properties

_buffer?: SourceBuffer
_cmafWriter: CMAFWriter
_isVideo: boolean
_mimeType: string
_onUpdating: boolean
_packets: (string | Uint8Array)[]
_startTime: number
_trackId?: number
_updateTimeout: number
_waitBFrames: number
log: ILog

Start a log

Param: args

Returns

a Log object with the levels of log to call

Accessors

Methods

Events

  • Event fire on SourceBuffer appended data, basically here to debug MSE ingestion

    Parameters

    • data: Uint8Array

    Returns void