odin_pipeline_get_effect_index
Overview
Searches the specified audio pipeline for the effect with the specified effect_id and returns its current index.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
out_index | uint32_t * | Pointer to receive the current index. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |