Interface CustomTextTrackMap

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

interface CustomTextTrackMap {
    webvtt: CustomWebVTTTextTrack;
}

Properties

Properties