odin_encoder_get_pipeline
const struct OdinPipeline *odin_encoder_get_pipeline(struct OdinEncoder *encoder);
Overview
Returns a pointer to the internal ODIN audio pipeline instance used by the given encoder.
Parameters
| Name | Type | Description |
|---|
encoder | struct OdinEncoder * | The encoder handle. |
Return Value
| Type | Description |
|---|
const struct OdinPipeline * | Pointer to the pipeline instance. |