kVTDecompressionPropertyKey_SupportedPixelFormatsOrderedByQuality

Static kVTDecompressionPropertyKey_SupportedPixelFormatsOrderedByQuality 

Source
pub unsafe static kVTDecompressionPropertyKey_SupportedPixelFormatsOrderedByQuality: &'static CFString
Available on crate feature VTDecompressionProperties only.
Expand description

Provides hints about quality tradeoffs between pixel formats.

This is an optional property for video decoders to implement. This property value is an array containing CFNumbers holding CMPixelFormatType values, ordered by quality from best to worse.

See also Apple’s documentation