odin_pipeline_move_effect
Overview
Reorders the audio pipeline by moving the effect with the specified effect_id to a new index.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
new_index | size_t | The new index for the effect. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |