pub unsafe extern "C" fn ZL_Compressor_cloneNode(
compressor: *mut ZL_Compressor,
nodeid: ZL_NodeID,
localParams: *const ZL_LocalParams,
) -> ZL_NodeIDExpand description
@brief Simplified variant of @ref ZL_Compressor_registerParameterizedNode(). Clone an existing @ref ZL_NodeID from an already registered @p nodeid but employs new parameters, set via @p localParams.
@returns The new node id of the cloned node.
@param nodeid The node to clone. @param localParams The local parameters to use for the node.