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

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

#include <metrics.h>

Public Attributes

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

Detailed Description

Sender-side metrics of the whole slot.

Definition at line 36 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: