@byomakase/omakase-player
    Preparing search index...

    Interface MainMediaSessionController

    Controller used to process and prepare media for playback when media type requires more complex life cycle management (e.g. TAMS)

    Whatever prepare resolves is written onto the media, so it reaches the playing window as part of MainMediaState.

    interface MainMediaSessionController {
        destroy(): void;
        prepare(): Observable<void>;
    }

    Hierarchy

    • Destroyable
      • MainMediaSessionController
    Index

    Methods