Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::pipeline::SenderSlotMetrics Struct Reference

Sender-side metrics of the whole slot. More...

#include <roc_pipeline/metrics.h>

Public Attributes

packet::stream_source_t source_id
 Slot source ID.
 
size_t num_participants
 Number of participants (remote receivers) connected to slot.
 
bool is_complete
 Is slot configuration complete (all endpoints bound).
 

Detailed Description

Sender-side metrics of the whole slot.

Definition at line 36 of file metrics.h.

Constructor & Destructor Documentation

◆ SenderSlotMetrics()

roc::pipeline::SenderSlotMetrics::SenderSlotMetrics ( )
inline

Definition at line 46 of file metrics.h.

Member Data Documentation

◆ is_complete

bool roc::pipeline::SenderSlotMetrics::is_complete

Is slot configuration complete (all endpoints bound).

Definition at line 44 of file metrics.h.

◆ num_participants

size_t roc::pipeline::SenderSlotMetrics::num_participants

Number of participants (remote receivers) connected to slot.

Definition at line 41 of file metrics.h.

◆ source_id

packet::stream_source_t roc::pipeline::SenderSlotMetrics::source_id

Slot source ID.

Definition at line 38 of file metrics.h.


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