Skip to main content

odin_pipeline_move_effect

enum OdinError odin_pipeline_move_effect(const struct OdinPipeline *pipeline,
uint32_t effect_id,
size_t new_index);

Overview

Reorders the audio pipeline by moving the effect with the specified effect_id to a new index.

Parameters

NameTypeDescription
pipelineconst struct OdinPipeline *The pipeline handle.
effect_iduint32_tThe unique ID of the effect.
new_indexsize_tThe new index for the effect.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.