<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVTransferFunctionGetStringForIntegerCodePoint(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@F@CVTransferFunctionGetStringForIntegerCodePoint"
  },
  "title" : "CVTransferFunctionGetStringForIntegerCodePoint(_:)"
}
-->

# CVTransferFunctionGetStringForIntegerCodePoint(_:)

Returns the Core Video transfer function string corresponding to the standard integer code point that you specify.

```
func CVTransferFunctionGetStringForIntegerCodePoint(_ transferFunctionCodePoint: Int32) -> Unmanaged<CFString>?
```

## Parameters

`transferFunctionCodePoint`

The standard integer code point.

## Return Value

The transfer function string corresponding to the code point (See [Image Buffer Transfer Function Constants](/documentation/CoreVideo/image-buffer-transfer-function-constants) for possible values.), or <doc://com.apple.documentation/documentation/ObjectiveC/nil-227m0> if the code point is `2` (unknown) or the system doesn’t recognize it.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)