pub unsafe static kVTCompressionPropertyKey_ICCProfile: &'static CFStringAvailable 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