---
title: isMuted
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phlivephotoview/ismuted
---

# isMuted

A Boolean value that determines whether the view plays the audio content of its Live Photo.

## Declaration

```swift
var isMuted: Bool { get set }
```

## Discussion

Discussion The default value is false, indicating that the view plays audio content along with the motion content of its Live Photo. Change this value to true to play motion content but not audio content.

## See Also

### Managing Playback

- [playbackGestureRecognizer](photosui/phlivephotoview/playbackgesturerecognizer.md)
- [audioVolume](photosui/phlivephotoview/audiovolume.md)
