Skip to content
Mediabunny
Search
K
Main Navigation
Guide
API
LLMs
Examples
Sponsors
License
Appearance
Menu
Return to top
On this page
Constant
ALL_TRACK_TYPES
List of all track types.
ts
const
ALL_TRACK_TYPES
=
[
'video'
,
'audio'
,
'subtitle'
]
as
const
;