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

# currentAudioOption

The currently selected audio track.

```
@MainActor var currentAudioOption: AVPlaybackUserInterfaceMediaSelectionOption? { get set }
```

## Discussion

Should be one of the options in [`audioOptions`](/documentation/AVKit/AVPlaybackUserInterfaceMediaSelectionControllable-8ee5z/audioOptions).

---

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)