Skip to main content

VTDecompressionSessionCreate

Function VTDecompressionSessionCreate 

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