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

Metrics sent from receiver to sender per source. More...

#include <metrics.h>

Public Attributes

packet::stream_source_t ssrc
 To which source these metrics apply. More...
 
float fract_loss
 Fraction of lost packets. More...
 

Detailed Description

Metrics sent from receiver to sender per source.

Definition at line 38 of file metrics.h.

Member Data Documentation

◆ fract_loss

float roc::rtcp::ReceptionMetrics::fract_loss

Fraction of lost packets.

Definition at line 43 of file metrics.h.

◆ ssrc

packet::stream_source_t roc::rtcp::ReceptionMetrics::ssrc

To which source these metrics apply.

Definition at line 40 of file metrics.h.


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