---
title: isReadable
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/isreadable
---

# isReadable

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

## Declaration

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

## Discussion

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

## See Also

### Loading suitability

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