---
title: isReadable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmutablemovie/isreadable
---

# isReadable

A Boolean value that indicates whether you can extract the asset’s media data using an asset reader.

## Declaration

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

## Discussion

Discussion This property value is true if you can use AVAssetReader to extract the composition’s media data.

## See Also

### Determining suitability

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