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

# isPlayable

A Boolean value that indicates whether the media selection option is playable.

## Declaration

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

## Discussion

Discussion If the media data associated with the option cannot be decoded or otherwise rendered, the value of this property is false.
