pub unsafe extern "C-unwind" fn CMSampleBufferCreateWithMakeDataReadyHandler(
allocator: Option<&CFAllocator>,
data_buffer: Option<&CMBlockBuffer>,
data_ready: bool,
format_description: Option<&CMFormatDescription>,
num_samples: CMItemCount,
num_sample_timing_entries: CMItemCount,
sample_timing_array: *const CMSampleTimingInfo,
num_sample_size_entries: CMItemCount,
sample_size_array: *const usize,
sample_buffer_out: NonNull<*mut CMSampleBuffer>,
make_data_ready_handler: CMSampleBufferMakeDataReadyHandler,
) -> i32👎Deprecated: renamed to
CMSampleBuffer::create_with_make_data_ready_handlerAvailable on crate features
CMBase and CMBlockBuffer and CMFormatDescription and CMSampleBuffer and CMTime and block2 only.