---
title: preferredDisplayCriteria
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/preferreddisplaycriteria
---

# preferredDisplayCriteria

The asset’s display mode preference for optimal playback of its content.

## Declaration

```swift
static var preferredDisplayCriteria: AVAsyncProperty<Root, AVDisplayCriteria> { get }
```

## Discussion

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

## See Also

### Loading asset preferences

- [preferredRate](avfoundation/avpartialasyncproperty/preferredrate.md)
- [preferredVolume](avfoundation/avpartialasyncproperty/preferredvolume-20mb3.md)
- [preferredTransform](avfoundation/avpartialasyncproperty/preferredtransform-80d13.md)
- [AVDisplayCriteria](avfoundation/avdisplaycriteria.md)
