AVPlayerAvailableHDRModesDidChangeNotification

Static AVPlayerAvailableHDRModesDidChangeNotification 

Source
pub unsafe static AVPlayerAvailableHDRModesDidChangeNotification: &'static NSNotificationName
👎Deprecated
Available on crate feature AVPlayer only.
Expand description

A notification that fires whenever availableHDRModes changes.

This notification fires when a value is added or removed from the list of availableHDRModes. This can be caused by display connection/disconnection or resource changes.

See also Apple’s documentation