---
title: muted
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacevolumecontrollable-916c5/muted
---

# muted

Controls whether audio output is temporarily silenced. When YES, audio is muted regardless of the volume level setting. Must be key-value observable.

## Declaration

```occ
@property (nonatomic, readwrite, getter=isMuted) BOOL muted;
```

## See Also

### Controlling volume

- [volume](avkit/avinterfacevolumecontrollable-916c5/volume.md)
- [hasAudio](avkit/avinterfacevolumecontrollable-916c5/hasaudio.md)
