Skip to content
Type

TrackType

Union type of all track types.

ts
type TrackType = 
	| 'video'
	| 'audio'
	| 'subtitle';

Used by

Released under the Mozilla Public License 2.0.