Skip to main content

CVPixelBufferCreate

Function CVPixelBufferCreate 

Source
pub unsafe extern "C" fn CVPixelBufferCreate(
    allocator: CFAllocatorRef,
    width: usize,
    height: usize,
    pixelFormatType: OSType,
    pixelBufferAttributes: CFDictionaryRef,
    pixelBufferOut: *mut CVPixelBufferRef,
) -> CVReturn
Expand description

Apple SDK function CVPixelBufferCreate.