API ReferenceFunctionsodin_pipeline_get_effect_countOn this pageodin_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 NameTypeDescriptionpipelineconst struct OdinPipeline *The pipeline handle. Return Value TypeDescriptionuint32_tThe number of effects in the pipeline.