odin_decoder_get_jitter_stats
Overview
Collects and returns jitter statistics for the specified decoder.
Parameters
| Name | Type | Description |
|---|---|---|
decoder | struct OdinDecoder * | The decoder handle. |
out_stats | struct OdinDecoderJitterStats * | Pointer to receive the jitter statistics. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |