pub unsafe static kVTDecompressionPropertyKey_ReducedResolutionDecode: &'static CFStringAvailable on crate feature
VTDecompressionProperties only.Expand description
Requests decoding at a smaller resolution than full-size.
This is an optional property for video decoders to implement. Decoders that only support a fixed set of resolutions should pick the smallest resolution greater than or equal to the requested width x height.
See also Appleās documentation