Skip to main content

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

NameTypeDescription
encoderstruct OdinEncoder *The encoder handle.

Return Value

TypeDescription
const struct OdinPipeline *Pointer to the pipeline instance.