odin_pipeline_get_apm_config
Overview
Retrieves the configuration for an APM effect identified by effect_id from the specified audio pipeline.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
out_config | struct OdinApmConfig * | Pointer to structure to receive configuration. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |