Skip to main content

VTDecompressionSessionDecodeFrameWithOutputHandler

Function VTDecompressionSessionDecodeFrameWithOutputHandler 

Source
pub unsafe extern "C" fn VTDecompressionSessionDecodeFrameWithOutputHandler(
    session: VTDecompressionSessionRef,
    sampleBuffer: CMSampleBufferRef,
    decodeFlags: VTDecodeFrameFlags,
    infoFlagsOut: *mut VTDecodeInfoFlags,
    outputHandler: VTDecompressionOutputHandler,
) -> OSStatus