Share via


CVPixelFormatDescription.IsPixelFormatAvailable(CVPixelFormatType) Method

Definition

Check if the specified pixel format is supported on this platform.

public static bool IsPixelFormatAvailable(CoreVideo.CVPixelFormatType pixelFormat);
static member IsPixelFormatAvailable : CoreVideo.CVPixelFormatType -> bool

Parameters

pixelFormat
CVPixelFormatType

The pixel format to check.

Returns

Whether the specified pixel format is supported or not.

Applies to