Skip to content

API > VideoPlayer > controlledAudioTrackCount


VideoPlayer.controlledAudioTrackCount⚓︎

Name Type
controlledAudioTrackCount number

Description⚓︎

Number of audio tracks that this VideoPlayer will take control of.

Extra Detail⚓︎

The other audio tracks will be silent. The maximum allowed number of tracks is defined by VideoPlayer.controlledAudioTrackMaxCount. The actual number of audio tracks cannot be known in advance when playing URLs, which is why this value is independent of the VideoPlayer.audioTrackCount property.