---
title: isPlayable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmutablemovietrack/isplayable
---

# isPlayable

A Boolean value that indicates whether the track is playable in the current environment.

## Declaration

```swift
var isPlayable: Bool { get }
```

## See Also

### Accessing track information

- [isDecodable](avfoundation/avmutablemovietrack/isdecodable.md)
- [isEnabled](avfoundation/avmutablemovietrack/isenabled.md)
- [isSelfContained](avfoundation/avmutablemovietrack/isselfcontained.md)
- [hasProtectedContent](avfoundation/avmutablemovietrack/hasprotectedcontent.md)
- [totalSampleDataLength](avfoundation/avmutablemovietrack/totalsampledatalength.md)
- [hasMediaCharacteristic(_:)](avfoundation/avmutablemovietrack/hasmediacharacteristic(_:).md)
