Skip to main content

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

NameTypeDescription
decoderstruct OdinDecoder *The decoder handle.

Return Value

TypeDescription
const struct OdinPipeline *Pointer to the pipeline instance.