---
title: isCompatibleWithAirPlayVideo
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/iscompatiblewithairplayvideo
---

# isCompatibleWithAirPlayVideo

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

## Declaration

```swift
static var isCompatibleWithAirPlayVideo: AVAsyncProperty<Root, Bool> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value.

## See Also

### Loading suitability

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