[][src]Function videotoolbox_sys::decompression::VTDecompressionSessionCreate

pub unsafe extern "C" fn VTDecompressionSessionCreate(
    allocator: CFAllocatorRef,
    videoFormatDescription: CMVideoFormatDescriptionRef,
    videoDecoderSpecification: CFDictionaryRef,
    destinationImageBufferAttributes: CFDictionaryRef,
    outputCallback: *const VTDecompressionOutputCallbackRecord,
    decompressionSessionOut: *mut VTDecompressionSessionRef
) -> OSStatus