---
title: isPlayable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avasset/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 asset to create an AVPlayerItem.
