---
title: isReadable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avasset/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 asset’s media data.
