THEOplayer Web SDK
    Preparing search index...

    Interface CustomTextTrackMap

    The mapping between the type in CustomTextTrackOptions and which kind of TextTrack the player.addTextTrack() API will return.

    interface CustomTextTrackMap {
        webvtt: CustomWebVTTTextTrack;
    }
    Index

    Properties

    Properties