---
title: kVTPixelTransferPropertyKey_DestinationCleanAperture
framework: videotoolbox
role: symbol
role_heading: Global Variable
path: videotoolbox/kvtpixeltransferpropertykey_destinationcleanaperture
---

# kVTPixelTransferPropertyKey_DestinationCleanAperture

The clean aperture for destination image buffers.

## Declaration

```swift
let kVTPixelTransferPropertyKey_DestinationCleanAperture: CFString
```

## Discussion

Discussion The value of this property is a CFDictionary object 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

### Configuration

- [kVTPixelTransferPropertyKey_ScalingMode](videotoolbox/kvtpixeltransferpropertykey_scalingmode.md)
- [Scaling Mode Constants](videotoolbox/scaling-mode-constants.md)
- [kVTPixelTransferPropertyKey_DestinationPixelAspectRatio](videotoolbox/kvtpixeltransferpropertykey_destinationpixelaspectratio.md)
- [kVTPixelTransferPropertyKey_DownsamplingMode](videotoolbox/kvtpixeltransferpropertykey_downsamplingmode.md)
- [Downsampling Mode Constants](videotoolbox/downsampling-mode-constants.md)
- [kVTPixelTransferPropertyKey_DestinationColorPrimaries](videotoolbox/kvtpixeltransferpropertykey_destinationcolorprimaries.md)
- [kVTPixelTransferPropertyKey_DestinationTransferFunction](videotoolbox/kvtpixeltransferpropertykey_destinationtransferfunction.md)
- [kVTPixelTransferPropertyKey_DestinationICCProfile](videotoolbox/kvtpixeltransferpropertykey_destinationiccprofile.md)
- [kVTPixelTransferPropertyKey_DestinationYCbCrMatrix](videotoolbox/kvtpixeltransferpropertykey_destinationycbcrmatrix.md)
- [kVTPixelTransferPropertyKey_RealTime](videotoolbox/kvtpixeltransferpropertykey_realtime.md)
