kVTDecompressionPropertyKey_ReducedCoefficientDecode

Static kVTDecompressionPropertyKey_ReducedCoefficientDecode 

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

Requests approximation during decoding.

This is an optional property for video decoders to implement. Only decoders for which such approximations make sense should implement this property. The meaning of the number of coefficients will be decoder-specific.

See also Apple’s documentation