Skip to main content
Version: 1.x

Struct NativeBindings.OdinAudioStreamStats

Audio stream statistics.

Declaration
public struct NativeBindings.OdinAudioStreamStats

Fields

jitter_packets_processed

The number of packets processed by the medias jitter buffer.

Declaration
public uint jitter_packets_processed

jitter_packets_dropped_too_early

The number of packets dropped because they seemed to arrive too early.

Declaration
public uint jitter_packets_dropped_too_early

jitter_packets_dropped_too_late

The number of packets processed because they seemed to arrive too late.

Declaration
public uint jitter_packets_dropped_too_late

jitter_packets_lost

The number of packets marked as lost during transmission.

Declaration
public uint jitter_packets_lost