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

## See Also

### Inspecting the metadata

- [title](avkit/avinterfacemetadata-c.class/title.md)
- [subtitle](avkit/avinterfacemetadata-c.class/subtitle.md)
- [presentationSize](avkit/avinterfacemetadata-c.class/presentationsize.md)
- [albumArtworkRepresentations](avkit/avinterfacemetadata-c.class/albumartworkrepresentations.md)
