CVPixelFormatDescription.IsPixelFormatAvailable(CVPixelFormatType) 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.
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.