---
title: isComposable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avasset/iscomposable
---

# isComposable

A Boolean value that indicates whether you can use the asset as a segment of a composition track.

## Declaration

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

## Discussion

Discussion This property value is true you can use the asset as a segment within an AVCompositionTrack object.
