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