Our new developer documentation is now available. Please check it out!
OdinAudioStreamStats
public struct OdinAudioStreamStats
Audio stream statistics.
Properties
Name | Type | Description |
---|---|---|
jitter_packets_processed | UInt32 | The number of packets processed by the medias jitter buffer. |
jitter_packets_dropped_too_early | UInt32 | The number of packets dropped because they seemed to arrive too early. |
jitter_packets_dropped_too_late | UInt32 | The number of packets processed because they seemed to arrive too late. |
jitter_packets_lost | UInt32 | The number of packets marked as lost during transmission. |