---
title: audioOnly
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacemetadatatemplate/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, readwrite, getter=isAudioOnly) BOOL audioOnly;
```

## See Also

### Inspecting the template

- [title](avkit/avinterfacemetadatatemplate/title.md)
- [subtitle](avkit/avinterfacemetadatatemplate/subtitle.md)
- [presentationSize](avkit/avinterfacemetadatatemplate/presentationsize.md)
- [albumArtworkRepresentations](avkit/avinterfacemetadatatemplate/albumartworkrepresentations.md)
