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

# audioDescriptionOptions

Array of available audio description track options.

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

## Discussion

Audio description tracks provide narrated descriptions of visual content for visually impaired viewers.
Audio description options are distinct from those in [`audioOptions`](/documentation/AVKit/AVPlaybackUserInterfaceMediaSelectionControllable-8ee5z/audioOptions) — they provide a narration layer played alongside the primary audio rather than replacing it.
Options are ordered by preference with the primary language or default audio description track typically appearing first.
May be empty for content without audio description tracks.

---

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)