ZL_Compressor_getStartingGraphID

Function ZL_Compressor_getStartingGraphID 

Source
pub unsafe extern "C" fn ZL_Compressor_getStartingGraphID(
    compressor: *const ZL_Compressor,
    graphID: *mut ZL_GraphID,
) -> bool
Expand description

@param[out] graphID If the function returns true, filled with the starting GraphID, otherwise filled with ZL_GRAPH_ILLEGAL. @returns True iff the compressor has the starting GraphID set.