@ceeblue/wrts-client
    Preparing search index...

    Class MediaPlayback

    Inherits from this class to use logs

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    log: ILog

    Start a log

    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