ZL_Compressor_registerSelectorGraph2

Function ZL_Compressor_registerSelectorGraph2 

Source
pub unsafe extern "C" fn ZL_Compressor_registerSelectorGraph2(
    compressor: *mut ZL_Compressor,
    desc: *const ZL_SelectorDesc,
) -> ZL_Result_ZL_GraphID
Expand description

Register a selector graph given the @p desc.

@note This is a new variant of @ref ZL_Compressor_registerSelectorGraph that reports errors using OpenZL’s ZL_Report error system.

@param desc The description of the selector, must be non-null.

@return The new graph ID, or an error.