---
title: isPlayable
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/isplayable-6txa5
---

# isPlayable

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

## Declaration

```swift
static var isPlayable: AVAsyncProperty<Root, Bool> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value.

## See Also

### Loading track information

- [formatDescriptions](avfoundation/avpartialasyncproperty/formatdescriptions.md)
- [isDecodable](avfoundation/avpartialasyncproperty/isdecodable.md)
- [isEnabled](avfoundation/avpartialasyncproperty/isenabled.md)
- [isSelfContained](avfoundation/avpartialasyncproperty/isselfcontained.md)
- [totalSampleDataLength](avfoundation/avpartialasyncproperty/totalsampledatalength.md)
- [mediaCharacteristics](avfoundation/avpartialasyncproperty/mediacharacteristics.md)
