kVTCompressionPropertyKey_ICCProfile

Static kVTCompressionPropertyKey_ICCProfile 

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

Indicates ICC profile for compressed content.

Some video encoders may enforce specific colorimetry; in those cases this property will be read-only (SetProperty will return kVTPropertyReadOnlyErr). If this property and any of the previous three are all set, they should be set to consistent values, or undefined behavior may occur. The value will be set on the format description for output sample buffers. NULL can be a valid value for this property.

See also Apple’s documentation