CVIsCompressedPixelFormatAvailable

Function CVIsCompressedPixelFormatAvailable 

Source
pub extern "C-unwind" fn CVIsCompressedPixelFormatAvailable(
    pixel_format_type: u32,
) -> bool
Available on crate feature CVPixelFormatDescription only.
Expand description

Checks if a compressed pixel format is supported on the current platform.

Parameter pixelFormatType: compressed pixel format.

Returns: True if pixel format is supported on the current platform.