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

Sender-side metrics specific to one participant (remote receiver). More...

#include <metrics.h>

Collaboration diagram for roc::pipeline::SenderParticipantMetrics:

Public Attributes

packet::LinkMetrics link
 Link metrics. More...
 
audio::LatencyMetrics latency
 Latency metrics. More...
 

Detailed Description

Sender-side metrics specific to one participant (remote receiver).

Definition at line 24 of file metrics.h.

Member Data Documentation

◆ latency

audio::LatencyMetrics roc::pipeline::SenderParticipantMetrics::latency

Latency metrics.

Definition at line 29 of file metrics.h.

◆ link

packet::LinkMetrics roc::pipeline::SenderParticipantMetrics::link

Link metrics.

Definition at line 26 of file metrics.h.


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