Contents

pixelFormatsWithReducedResolutionDecodeSupport

Provides a list of output pixel formats where the decoder supports reduced resolution decoding.

Declaration

optional var pixelFormatsWithReducedResolutionDecodeSupport: [NSNumber] { get }

Discussion

This array contains CMPixelFormatType values. The system queries this property on the extension when Video Toolbox queries the kVTDecompressionPropertyKey_PixelFormatsWithReducedResolutionSupport on the hosting VTDecompressionSession.

See Also

Inspecting a video decoder