kVTRAWProcessingPropertyKey_MetadataForSidecarFile

Static kVTRAWProcessingPropertyKey_MetadataForSidecarFile 

Source
pub unsafe static kVTRAWProcessingPropertyKey_MetadataForSidecarFile: Option<&'static CFString>
Available on crate feature VTRAWProcessingProperties only.
Expand description

This property, if supported, returns the current processing metadata on the RAW Processor. The returned value can be used by the caller to create, or overwrite an existing sidecar file.

This property is not supported by all RAWProcessors. The metadata returned represents a fully-formed sidecar file, and should be compatible with the MediaExtension FormatReader.

See also Apple’s documentation