SideloadedTrack
Properties
gridHeight
gridHeight?: number;
The grid height of the track (only thumbnail track).
gridWidth
gridWidth?: number;
The grid width of the track (only thumbnail track).
intervalMs
intervalMs?: number;
The interval in milliseconds of the track (only thumbnail track).
kind
kind?: string;
The kind of the track (only text track).
label
label?: string;
The label of the track (only text track).
language
language?: string;
The language of the track (only text track).
mimeType
mimeType?: string;
The MIME type of the track.
trackType
trackType: TrackType;
The type of the track.
url
url: string;
The URL of the track.