pub unsafe static kVTSampleAttachmentQualityMetricsKey_ChromaRedMeanSquaredError: &'static CFStringAvailable on crate feature
VTCompressionProperties only.Expand description
Key for mean squared error (MSE) of the encoded Chroma Red channel from the video encoder.
For single-view video, a CFNumber value is returned. For multi-view video, a CFArray value is returned, and each element (CFNumber) in the CFArray includes MSE for the corresponding view. The video encoder will attach this in kVTSampleAttachmentKey_QualityMetrics via the CMSampleBufferGetSampleAttachmentsArray interface before emitting the sample buffer.
See also Appleās documentation