Skip to main content

odin_pipeline_get_effect_id

enum OdinError odin_pipeline_get_effect_id(const struct OdinPipeline *pipeline,
uint32_t index,
uint32_t *out_effect_id);

Overview

Returns the unique effect identifier from an audio pipeline corresponding to the effect located at the specified index.

Parameters

NameTypeDescription
pipelineconst struct OdinPipeline *The pipeline handle.
indexuint32_tThe effect index.
out_effect_iduint32_t *Pointer to receive the effect ID.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.