Share via


CVPixelFormatDescription.Register Method

Definition

Overloads

Name Description
Register(CVPixelFormatDescription, CVPixelFormatType)

Register a new pixel format with CoreVideo.

Register(NSDictionary, CVPixelFormatType)

Register a new pixel format with CoreVideo.

Register(CVPixelFormatDescription, CVPixelFormatType)

Register a new pixel format with CoreVideo.

public static void Register(CoreVideo.CVPixelFormatDescription description, CoreVideo.CVPixelFormatType pixelFormat);
static member Register : CoreVideo.CVPixelFormatDescription * CoreVideo.CVPixelFormatType -> unit

Parameters

description
CVPixelFormatDescription

The pixel format description for the pixel format to register.

pixelFormat
CVPixelFormatType

The pixel format to register.

Applies to

Register(NSDictionary, CVPixelFormatType)

Register a new pixel format with CoreVideo.

public static void Register(Foundation.NSDictionary description, CoreVideo.CVPixelFormatType pixelFormat);
static member Register : Foundation.NSDictionary * CoreVideo.CVPixelFormatType -> unit

Parameters

description
NSDictionary

The pixel format description for the pixel format to register.

pixelFormat
CVPixelFormatType

The pixel format to register.

Applies to