---
title: isComposable
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmutablemovie/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 if you can use the composition as a segment within an AVCompositionTrack object.

## See Also

### Determining suitability

- [isPlayable](avfoundation/avmutablemovie/isplayable.md)
- [isReadable](avfoundation/avmutablemovie/isreadable.md)
- [isExportable](avfoundation/avmutablemovie/isexportable.md)
- [isCompatibleWithAirPlayVideo](avfoundation/avmutablemovie/iscompatiblewithairplayvideo.md)
- [isCompatibleWithSavedPhotosAlbum](avfoundation/avmutablemovie/iscompatiblewithsavedphotosalbum.md)
