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

# isPlayable

A Boolean value that indicates whether the asset has playable content.

## Declaration

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

## Discussion

Discussion This property value is true if you can use the movie to create an AVPlayerItem.

## See Also

### Determining suitability

- [isReadable](avfoundation/avmutablemovie/isreadable.md)
- [isExportable](avfoundation/avmutablemovie/isexportable.md)
- [isComposable](avfoundation/avmutablemovie/iscomposable.md)
- [isCompatibleWithAirPlayVideo](avfoundation/avmutablemovie/iscompatiblewithairplayvideo.md)
- [isCompatibleWithSavedPhotosAlbum](avfoundation/avmutablemovie/iscompatiblewithsavedphotosalbum.md)
