kVTSampleAttachmentQualityMetricsKey_ChromaBlueMeanSquaredError

Static kVTSampleAttachmentQualityMetricsKey_ChromaBlueMeanSquaredError 

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

Key for mean squared error (MSE) of the encoded Chroma Blue 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