Contents

AVDisplayCriteria

An object the system uses to guide the selection of a display mode in tvOS.

Declaration

class AVDisplayCriteria

Overview

In tvOS, this object provides the display criteria that an AVDisplayManager uses to set an appropriate display mode, such as switching to HDR, when presenting a video asset. If your app uses AVPlayerViewController for its player user interface, the system automatically applies the display critera when it presents the asset. If you use a custom player interface, load the value of an asset’s preferredDisplayCriteria property and set it on the window’s avDisplayManager object.

Topics

Create a display criteria

See Also

Loading asset preferences