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

Receiver-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 senders) connected to slot. More...
 

Detailed Description

Receiver-side metrics of the whole slot.

Definition at line 66 of file metrics.h.

Member Data Documentation

◆ num_participants

size_t roc::pipeline::ReceiverSlotMetrics::num_participants

Number of participants (remote senders) connected to slot.

Definition at line 71 of file metrics.h.

◆ source_id

packet::stream_source_t roc::pipeline::ReceiverSlotMetrics::source_id

Slot source ID.

Definition at line 68 of file metrics.h.


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