<!--
{
  "availability" : [
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfaceMetadata/audioOnly",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVInterfaceMetadata(py)audioOnly"
  },
  "title" : "audioOnly"
}
-->

# audioOnly

Indicates whether the content is audio-only (no video component). Used to optimize UI layout and player controls for audio-focused presentations.
When YES, video-related controls and layouts should be hidden or adapted for audio-only playback experiences.

```
@property (nonatomic, readonly, getter=isAudioOnly) BOOL audioOnly;
```

---

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)