kVTDecompressionProperty_TemporalLevelLimit

Static kVTDecompressionProperty_TemporalLevelLimit 

Source
pub unsafe static kVTDecompressionProperty_TemporalLevelLimit: &'static CFString
Available on crate feature VTDecompressionProperties only.
Expand description

Requests that frames be filtered by temporal level.

This is an optional property for video decoders to implement. If kVTDecompressionProperty_TemporalLevelLimit is supported and the video track is an hierarchical encoding with temporal levels, this property requests that decoding be limited to the specified temporal level and lower. For more information on temporal levels, see kCMSampleAttachmentKey_HEVCTemporalLevelInfo in CoreMedia/CMSampleBuffer.h

See also Apple’s documentation