pub unsafe extern "C" fn CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer(
sbuf: CMSampleBufferRef,
bufferListSizeNeededOut: *mut usize,
bufferListOut: *mut AudioBufferList,
bufferListSize: usize,
blockBufferStructureAllocator: CFAllocatorRef,
blockBufferBlockAllocator: CFAllocatorRef,
flags: u32,
blockBufferOut: *mut CMBlockBufferRef,
) -> OSStatusExpand description
Apple SDK function CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer.