Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::audio::PacketizerMetrics Struct Reference

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...
 

Detailed Description

Metrics of packetizer.

Definition at line 31 of file packetizer.h.

Member Data Documentation

◆ packet_count

uint64_t roc::audio::PacketizerMetrics::packet_count

Cumulative count of produced packets.

Definition at line 33 of file packetizer.h.

◆ payload_count

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.


The documentation for this struct was generated from the following file: