Skip to main content

odin_pipeline_remove_effect

enum OdinError odin_pipeline_remove_effect(const struct OdinPipeline *pipeline, uint32_t effect_id);

Overview

Deletes the effect identified by effect_id from the specified audio pipeline.

Parameters

NameTypeDescription
pipelineconst struct OdinPipeline *The pipeline handle.
effect_iduint32_tThe unique ID of the effect.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.