12 #ifndef ROC_PIPELINE_METRICS_H_
13 #define ROC_PIPELINE_METRICS_H_
uint32_t stream_source_t
Packet stream identifier.
Commonly used types and functions.
Receiver-side metrics specific to one participant (remote sender).
packet::LinkMetrics link
Link metrics.
audio::LatencyMetrics latency
Latency metrics.
Receiver-side metrics of the whole slot.
packet::stream_source_t source_id
Slot source ID.
size_t num_participants
Number of participants (remote senders) connected to slot.
Sender-side metrics specific to one participant (remote receiver).
packet::LinkMetrics link
Link metrics.
audio::LatencyMetrics latency
Latency metrics.
Sender-side metrics of the whole slot.
size_t num_participants
Number of participants (remote receivers) connected to slot.
packet::stream_source_t source_id
Slot source ID.
bool is_complete
Is slot configuration complete (all endpoints bound).
Various units used in packets.