Function CMAudioSampleBufferCreateWithPacketDescriptions
Source pub unsafe extern "C" fn CMAudioSampleBufferCreateWithPacketDescriptions(
allocator: CFAllocatorRef,
dataBuffer: CMBlockBufferRef,
dataReady: Boolean,
makeDataReadyCallback: CMSampleBufferMakeDataReadyCallback,
makeDataReadyRefcon: *mut c_void,
formatDescription: CMFormatDescriptionRef,
numSamples: CMItemCount,
presentationTimeStamp: CMTime,
packetDescriptions: *const AudioStreamPacketDescription,
sampleBufferOut: *mut CMSampleBufferRef,
) -> OSStatus