OdinAudioStreamStats
Statistics related to an audio stream.
Declaration
Fields
packets_total
The total number of packets seen by the medias jitter buffer.
Declaration
packets_processed
The number of packets processed by the medias jitter buffer.
Declaration
packets_arrived_too_early
The number of packets dropped because they seemed to arrive too early.
Declaration
packets_arrived_too_late
The number of packets dropped because they seemed to arrive too late.
Declaration
packets_dropped
The number of packets dropped due to a jitter buffer reset.
Declaration
packets_invalid
The number of packets marked as invalid.
Declaration
packets_repeated
The number of packets marked as duplicates.
Declaration
packets_lost
The number of packets marked as lost during transmission.
Declaration