---
title: "CVYCbCrMatrixGetStringForIntegerCodePoint(_:)"
framework: corevideo
role: symbol
role_heading: Function
path: "corevideo/cvycbcrmatrixgetstringforintegercodepoint(_:)"
---

# CVYCbCrMatrixGetStringForIntegerCodePoint(_:)

Returns the Core Video YCbCr matrix string corresponding to the standard integer code point that you specify.

## Declaration

```swift
func CVYCbCrMatrixGetStringForIntegerCodePoint(_ yCbCrMatrixCodePoint: Int32) -> Unmanaged<CFString>?
```

## Parameters

- `yCbCrMatrixCodePoint`: The standard integer code point.

## Return Value

Return Value The YCbCr matrix string corresponding to the code point (See Image Buffer YCbCr Matrix Constants for possible values.), or nil if the code point is 2 (unknown) or the system doesn’t recognize it.

## See Also

### Converting between strings and integer code points

- [CVColorPrimariesGetIntegerCodePointForString(_:)](corevideo/cvcolorprimariesgetintegercodepointforstring(_:).md)
- [CVColorPrimariesGetStringForIntegerCodePoint(_:)](corevideo/cvcolorprimariesgetstringforintegercodepoint(_:).md)
- [CVTransferFunctionGetIntegerCodePointForString(_:)](corevideo/cvtransferfunctiongetintegercodepointforstring(_:).md)
- [CVTransferFunctionGetStringForIntegerCodePoint(_:)](corevideo/cvtransferfunctiongetstringforintegercodepoint(_:).md)
- [CVYCbCrMatrixGetIntegerCodePointForString(_:)](corevideo/cvycbcrmatrixgetintegercodepointforstring(_:).md)
