ZL_ReflectionCtx_getInput

Function ZL_ReflectionCtx_getInput 

Source
pub unsafe extern "C" fn ZL_ReflectionCtx_getInput(
    rctx: *const ZL_ReflectionCtx,
    index: usize,
) -> *const ZL_DataInfo
Expand description

@returns The input stream at @p index @pre ZL_ReflectionCtx_setCompressedFrame() returned success. @pre @p index is valid.