pub unsafe extern "C" fn ZL_Compressor_Node_getNumInputs(
cgraph: *const ZL_Compressor,
node: ZL_NodeID,
) -> usizeExpand description
@returns The number of input streams that @p node expects in the context of the @p cgraph.
pub unsafe extern "C" fn ZL_Compressor_Node_getNumInputs(
cgraph: *const ZL_Compressor,
node: ZL_NodeID,
) -> usize@returns The number of input streams that @p node expects in the context of the @p cgraph.