<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlaybackUserInterfaceMediaSelectionControllable-8ee5z/audioOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit49AVPlaybackUserInterfaceMediaSelectionControllableP12audioOptionsSaySo0bcdeF6OptionCGvp"
  },
  "title" : "audioOptions"
}
-->

# audioOptions

Array of available audio track options.

```
@MainActor var audioOptions: [AVPlaybackUserInterfaceMediaSelectionOption] { get }
```

## Discussion

This includes all audio streams provided by the media source such as different languages,
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)