Developer Documentation

OdinAudioStreamStats

public struct OdinAudioStreamStats

Audio stream statistics.

Properties

NameTypeDescription
jitter_packets_processedUInt32The number of packets processed by the medias jitter buffer.
jitter_packets_dropped_too_earlyUInt32The number of packets dropped because they seemed to arrive too early.
jitter_packets_dropped_too_lateUInt32The number of packets processed because they seemed to arrive too late.
jitter_packets_lostUInt32The number of packets marked as lost during transmission.