odin_pipeline_get_effect_id
Overview
Returns the unique effect identifier from an audio pipeline corresponding to the effect located at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
index | uint32_t | The effect index. |
out_effect_id | uint32_t * | Pointer to receive the effect ID. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |