kVTDecompressionPropertyKey_ReducedResolutionDecode

Static kVTDecompressionPropertyKey_ReducedResolutionDecode 

Source
pub unsafe static kVTDecompressionPropertyKey_ReducedResolutionDecode: &'static CFString
Available 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