Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Metrics of packetizer. More...
#include <packetizer.h>
Public Attributes | |
uint64_t | packet_count |
Cumulative count of produced packets. More... | |
uint64_t | payload_count |
Cumulative count of produced payload bytes. This excludes packet headers and padding. More... | |
Metrics of packetizer.
Definition at line 31 of file packetizer.h.
uint64_t roc::audio::PacketizerMetrics::packet_count |
Cumulative count of produced packets.
Definition at line 33 of file packetizer.h.
uint64_t roc::audio::PacketizerMetrics::payload_count |
Cumulative count of produced payload bytes. This excludes packet headers and padding.
Definition at line 37 of file packetizer.h.