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

    Interface LiveTextCueFetcher

    What a reader needs of a fetcher to keep a text track populated, and no more - so the readers stay clear of how any one media type resolves its cue times.

    interface LiveTextCueFetcher {
        adoptExistingCues(): void;
        read(): Observable<SegmentedVttReadResult>;
    }
    Index

    Methods