Contents

kVTDecompressionPropertyKey_ReducedResolutionDecode

Request decoding at smaller resolutions than full-size (optional).

Declaration

let kVTDecompressionPropertyKey_ReducedResolutionDecode: CFString

Discussion

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 and height.

Topics

Resolutions

See Also

Decoder Behavior