---
title: isCompatibleWithAirPlayVideo
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmutablemovie/iscompatiblewithairplayvideo
---

# isCompatibleWithAirPlayVideo

A Boolean value that indicates whether the asset is compatible with AirPlay Video.

## Declaration

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

## Discussion

Discussion This property value is true if you can play this composition’s content to an external AirPlay device, like an Apple TV.

## See Also

### Determining suitability

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