---
title: kVTPixelTransferPropertyKey_DestinationYCbCrMatrix
framework: videotoolbox
role: symbol
role_heading: Global Variable
path: videotoolbox/kvtpixeltransferpropertykey_destinationycbcrmatrix
---

# kVTPixelTransferPropertyKey_DestinationYCbCrMatrix

The color matrix to be used for YCbCr to RGB conversions involving the destination image buffers.

## Declaration

```swift
let kVTPixelTransferPropertyKey_DestinationYCbCrMatrix: CFString
```

## Discussion

Discussion Specifying this value may lead to performance degradation, as a color matching operation may need to be performed between the source and the destination. See kCMFormatDescriptionExtension_YCbCrMatrix in CMFormatDescription.h for possible values.

## See Also

### Configuration

- [kVTPixelTransferPropertyKey_ScalingMode](videotoolbox/kvtpixeltransferpropertykey_scalingmode.md)
- [Scaling Mode Constants](videotoolbox/scaling-mode-constants.md)
- [kVTPixelTransferPropertyKey_DestinationCleanAperture](videotoolbox/kvtpixeltransferpropertykey_destinationcleanaperture.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_RealTime](videotoolbox/kvtpixeltransferpropertykey_realtime.md)
