ZL_Compressor_getNode

Function ZL_Compressor_getNode 

Source
pub unsafe extern "C" fn ZL_Compressor_getNode(
    compressor: *const ZL_Compressor,
    name: *const c_char,
) -> ZL_NodeID
Expand description

@brief Lookup a node by name.

Looks up a node with the given name and returns it. Anchor nodes (nodes whose name starts with ‘!’) can be looked up by name, excluding the leading ‘!’. Standard nodes can also be looked up by name. Non-anchor nodes are assigned a unique name by suffixing them with #${unique}. They can be looked up if you know the unique name.

@returns The node if it exists, or ZL_NODE_ILLEGAL.