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

Metrics sent from sender to receiver. More...

#include <metrics.h>

Public Attributes

core::nanoseconds_t origin_time
 Unix time when these metrics were generated. Nanoseconds since Unix epoch in sender clock domain. More...
 
packet::stream_timestamp_t origin_rtp
 RTP timestamp correspnding to NTP timestamp. More...
 

Detailed Description

Metrics sent from sender to receiver.

Definition at line 23 of file metrics.h.

Member Data Documentation

◆ origin_rtp

packet::stream_timestamp_t roc::rtcp::SendingMetrics::origin_rtp

RTP timestamp correspnding to NTP timestamp.

Definition at line 29 of file metrics.h.

◆ origin_time

core::nanoseconds_t roc::rtcp::SendingMetrics::origin_time

Unix time when these metrics were generated. Nanoseconds since Unix epoch in sender clock domain.

Definition at line 26 of file metrics.h.


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