pub unsafe static kVTCompressionPropertyKey_HDRMetadataInsertionMode: &'static CFStringAvailable on crate feature
VTCompressionProperties only.Expand description
The mode for HDR metadata in the output bitstream.
If set to kVTHDRMetadataInsertionMode_None, no HDR metadata will be present in the output bitstream. For other modes, VTCompressionSession will determine what type of HDR metadata to insert based on the output color space. e.g. DolbyVision, HDR10, etc. This property has no effect if the output color space is not HDR, or if there is currently no underlying support for the HDR format.
See also Appleās documentation