Developer Documentation

OdinAudioStreamStats

public struct OdinAudioStreamStats

Audio stream statistics.

Properties

NameDescription
jitter_packets_processedThe number of packets processed by the medias jitter buffer.
jitter_packets_dropped_too_earlyThe number of packets dropped because they seemed to arrive too early.
jitter_packets_dropped_too_lateThe number of packets processed because they seemed to arrive too late.
jitter_packets_lostThe number of packets marked as lost during transmission.