ZL_Selector_getInput0MaskForGraph

Function ZL_Selector_getInput0MaskForGraph 

Source
pub unsafe extern "C" fn ZL_Selector_getInput0MaskForGraph(
    selCtx: *const ZL_Selector,
    gid: ZL_GraphID,
) -> ZL_Type
Expand description

Utility function to get the input types supported by @gid as an input mask. Throws an error if @gid is not valid or does not have exactly one input. See ZL_Compressor_Graph_getInput0Mask() for more details.