Skip to main content

CMBlockBufferGetDataPointer

Function CMBlockBufferGetDataPointer 

Source
pub unsafe extern "C" fn CMBlockBufferGetDataPointer(
    theBuffer: CMBlockBufferRef,
    offset: usize,
    lengthAtOffsetOut: *mut usize,
    totalLengthOut: *mut usize,
    dataPointerOut: *mut *mut c_char,
) -> OSStatus
Expand description

Apple SDK function CMBlockBufferGetDataPointer.