Appearance
Union type of all track types.
type TrackType = | 'video' | 'audio' | 'subtitle';
InputAudioTrack.type
InputTrack.type
InputVideoTrack.type
TrackCountLimits