---
title: isExportable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avasset/isexportable
---

# isExportable

A Boolean value that indicates whether you can export this asset using an export session.

## Declaration

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

## Discussion

Discussion This property value is true if you can export the asset using AVAssetExportSession.
