pub unsafe extern "C" fn ZL_ReflectionCtx_getNumInputs(
rctx: *const ZL_ReflectionCtx,
) -> usizeExpand description
@returns The number of input streams to the compressed frame. @pre ZL_ReflectionCtx_setCompressedFrame() returned success.
pub unsafe extern "C" fn ZL_ReflectionCtx_getNumInputs(
rctx: *const ZL_ReflectionCtx,
) -> usize@returns The number of input streams to the compressed frame. @pre ZL_ReflectionCtx_setCompressedFrame() returned success.