Struct NativeBindings.OdinAudioStreamStats
Audio stream statistics.
Declaration
Fields
jitter_packets_processed
The number of packets processed by the medias jitter buffer.
Declaration
jitter_packets_dropped_too_early
The number of packets dropped because they seemed to arrive too early.
Declaration
jitter_packets_dropped_too_late
The number of packets processed because they seemed to arrive too late.
Declaration
jitter_packets_lost
The number of packets marked as lost during transmission.
Declaration