Skip to main content

CMSampleBufferCopyPCMDataIntoAudioBufferList

Function CMSampleBufferCopyPCMDataIntoAudioBufferList 

Source
pub unsafe extern "C" fn CMSampleBufferCopyPCMDataIntoAudioBufferList(
    sbuf: CMSampleBufferRef,
    frameOffset: i32,
    numFrames: i32,
    bufferList: *mut AudioBufferList,
) -> OSStatus