kVTPixelTransferPropertyKey_DestinationCleanAperture

Static kVTPixelTransferPropertyKey_DestinationCleanAperture 

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

Specifies the clean aperture for destination image buffers.

The value of this property is a CFDictionary with same keys as used in the kCVImageBufferCleanApertureKey dictionary. This property is ignored in kVTScalingMode_Normal. This property defaults to NULL, meaning the clean aperture is the full width and height.

See also Apple’s documentation