---
title: isCompatibleWithAirPlayVideo
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcomposition/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/avcomposition/isplayable.md)
- [isReadable](avfoundation/avcomposition/isreadable.md)
- [isExportable](avfoundation/avcomposition/isexportable.md)
- [isComposable](avfoundation/avcomposition/iscomposable.md)
- [isCompatibleWithSavedPhotosAlbum](avfoundation/avcomposition/iscompatiblewithsavedphotosalbum.md)
