VTDecompressionSessionCreate

Function VTDecompressionSessionCreate 

Source
pub unsafe extern "C-unwind" fn VTDecompressionSessionCreate(
    allocator: Option<&CFAllocator>,
    video_format_description: &CMVideoFormatDescription,
    video_decoder_specification: Option<&CFDictionary>,
    destination_image_buffer_attributes: Option<&CFDictionary>,
    output_callback: *const VTDecompressionOutputCallbackRecord,
    decompression_session_out: NonNull<*mut VTDecompressionSession>,
) -> i32
👎Deprecated: renamed to VTDecompressionSession::create
Available on crate features VTDecompressionSession and VTErrors and objc2-core-media and objc2-core-video only.