pub unsafe extern "C" fn ZL_Compressor_Graph_getNumInputs(
compressor: *const ZL_Compressor,
graphid: ZL_GraphID,
) -> usizeExpand description
@returns The number of input streams that @p graphid expects.
pub unsafe extern "C" fn ZL_Compressor_Graph_getNumInputs(
compressor: *const ZL_Compressor,
graphid: ZL_GraphID,
) -> usize@returns The number of input streams that @p graphid expects.