---
title: audioOnly
framework: AVKit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacemetadata/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.

## Declaration

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