AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly

Static AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly 

Source
pub unsafe static AVPlayerItemLegibleOutputTextStylingResolutionSourceAndRulesOnly: &'static AVPlayerItemLegibleOutputTextStylingResolution
Available on crate feature AVPlayerItemOutput only.
Expand description

Specify this level of text styling resolution to receive only the styling present in the source media and the styling provided via AVPlayerItem.textStyleRules.

This level of resolution excludes styling provided by the user-level Media Accessibility settings. You would typically use it if you wish to override the styling specified in source media. If you do this, you are strongly encouraged to allow your custom styling in turn to be overriden by user preferences for text styling that are available as Media Accessibility settings.

See also Apple’s documentation