CVImageBuffer.GetCodePoint Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetCodePoint(CVImageBufferColorPrimaries) | |
| GetCodePoint(CVImageBufferTransferFunction) | |
| GetCodePoint(CVImageBufferYCbCrMatrix) | 
GetCodePoint(CVImageBufferColorPrimaries)
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public static int GetCodePoint(CoreVideo.CVImageBufferColorPrimaries color);
	static member GetCodePoint : CoreVideo.CVImageBufferColorPrimaries -> int
	Parameters
Returns
- Attributes
 
Applies to
GetCodePoint(CVImageBufferTransferFunction)
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public static int GetCodePoint(CoreVideo.CVImageBufferTransferFunction function);
	static member GetCodePoint : CoreVideo.CVImageBufferTransferFunction -> int
	Parameters
- function
 - CVImageBufferTransferFunction
 
Returns
- Attributes
 
Applies to
GetCodePoint(CVImageBufferYCbCrMatrix)
[ObjCRuntime.TV(11, 0)]
[ObjCRuntime.Watch(4, 0)]
public static int GetCodePoint(CoreVideo.CVImageBufferYCbCrMatrix yCbCrMatrix);
	static member GetCodePoint : CoreVideo.CVImageBufferYCbCrMatrix -> int
	Parameters
- yCbCrMatrix
 - CVImageBufferYCbCrMatrix
 
Returns
- Attributes