Skip to main content

CMBlockBufferCreateWithBufferReference

Function CMBlockBufferCreateWithBufferReference 

Source
pub unsafe extern "C" fn CMBlockBufferCreateWithBufferReference(
    structureAllocator: CFAllocatorRef,
    bufferReference: CMBlockBufferRef,
    offsetToData: size_t,
    dataLength: size_t,
    flags: CMBlockBufferFlags,
    blockBufferOut: *mut CMBlockBufferRef,
) -> OSStatus