---
title: audioOptions
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacemediaselectioncontrollable-3ha6n/audiooptions
---

# audioOptions

Array of available audio track options for selection. This includes all audio streams provided by the media source such as different languages, audio descriptions, director’s commentary, and alternative audio mixes. Options are ordered by preference with the primary language or default audio track typically appearing first. May be empty for content without selectable audio options. Must be key-value observable.

## Declaration

```occ
@property (nonatomic, copy, readonly) NSArray<AVInterfaceMediaSelectionOptionSource *> * audioOptions;
```

## See Also

### Inspecting media selection options

- [currentAudioOption](avkit/avinterfacemediaselectioncontrollable-3ha6n/currentaudiooption.md)
- [legibleOptions](avkit/avinterfacemediaselectioncontrollable-3ha6n/legibleoptions.md)
- [currentLegibleOption](avkit/avinterfacemediaselectioncontrollable-3ha6n/currentlegibleoption.md)
