kCMSampleAttachmentKey_PostDecodeProcessingMetadata

Static kCMSampleAttachmentKey_PostDecodeProcessingMetadata 

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

Represents the sequence and frame level metadata for post decode processing.

This attachment is used to pass sequence and frame level metadata from a format reader to a decoder or RAW processor. It should be a CFDictionary that conforms to CFPropertyList.

See also Apple’s documentation