ReferenceMenu
useAudioTrackOptions
Hook to build audio track menu options from the player audio track state
Import
useAudioTrackOptions returns the currently enabled audio track, the available options, and a setValue callback for wiring track selection into a menu. It returns null when the audio track feature is not configured.
Option labels use the track label, then language, then kind. Pass formatTrack to customize the visible labels.
See AudioTrackRadioGroup for the component-level pattern, and Menu for a complete settings menu example.