Share via


CVPixelFormatDescription.CreatePixelFormat(CVPixelFormatType) Method

Definition

Create a description of the specified pixel format.

public static CoreVideo.CVPixelFormatDescription? CreatePixelFormat(CoreVideo.CVPixelFormatType pixelFormat);
static member CreatePixelFormat : CoreVideo.CVPixelFormatType -> CoreVideo.CVPixelFormatDescription

Parameters

pixelFormat
CVPixelFormatType

The pixel format to create a description of.

Returns

Applies to