Skip to main content

CMBlockBufferCreateContiguous

Function CMBlockBufferCreateContiguous 

Source
pub unsafe extern "C" fn CMBlockBufferCreateContiguous(
    structureAllocator: CFAllocatorRef,
    sourceBuffer: CMBlockBufferRef,
    blockAllocator: CFAllocatorRef,
    customBlockSource: *const CMBlockBufferCustomBlockSource,
    offsetToData: usize,
    dataLength: usize,
    flags: CMBlockBufferFlags,
    blockBufferOut: *mut CMBlockBufferRef,
) -> OSStatus
Expand description

Apple SDK function CMBlockBufferCreateContiguous.