Skip to main content

odin_pipeline_get_effect_count

uint32_t odin_pipeline_get_effect_count(const struct OdinPipeline *pipeline);

Overview

Retrieves the total number of effects currently in the audio pipeline.

Parameters

NameTypeDescription
pipelineconst struct OdinPipeline *The pipeline handle.

Return Value

TypeDescription
uint32_tThe number of effects in the pipeline.