kVTDecompressionPropertyKey_RequestedMVHEVCVideoLayerIDs
Requests multi-image decoding of specific MV-HEVC video layers.
Declaration
let kVTDecompressionPropertyKey_RequestedMVHEVCVideoLayerIDs: CFStringDiscussion
This property is specific to MV-HEVC. The use of it requires you to use the VTDecompressionSessionSetMultiImageCallback function to install a callback capable of receiving CMTaggedBufferGroupRef objects in response to multi-image frame decode requests.
MV-HEVC video layer IDs not in this list don’t need to be output, and the decoder may skip decoding them if not otherwise necessary.
The property is NULL by default. If this property is NULL, MV-HEVC ignores layers other than the base layer.