Skip to main content

odin_pipeline_get_apm_config

enum OdinError odin_pipeline_get_apm_config(const struct OdinPipeline *pipeline,
uint32_t effect_id,
struct OdinApmConfig *out_config);

Overview

Retrieves the configuration for an APM 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.
out_configstruct OdinApmConfig *Pointer to structure to receive configuration.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.