Skip to main content

odin_decoder_get_jitter_stats

enum OdinError odin_decoder_get_jitter_stats(struct OdinDecoder *decoder,
struct OdinDecoderJitterStats *out_stats);

Overview

Collects and returns jitter statistics for the specified decoder.

Parameters

NameTypeDescription
decoderstruct OdinDecoder *The decoder handle.
out_statsstruct OdinDecoderJitterStats *Pointer to receive the jitter statistics.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.