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

Round-trip time metrics. More...

#include <rtt_estimator.h>

Public Attributes

core::nanoseconds_t clock_offset
 Estimated offset of remote clock relative to local clock. Estimated based on RTT and local/remote timestamp. More...
 
core::nanoseconds_t rtt
 Estimated round-trip time. More...
 

Detailed Description

Round-trip time metrics.

Definition at line 33 of file rtt_estimator.h.

Member Data Documentation

◆ clock_offset

core::nanoseconds_t roc::rtcp::RttMetrics::clock_offset

Estimated offset of remote clock relative to local clock. Estimated based on RTT and local/remote timestamp.

Definition at line 36 of file rtt_estimator.h.

◆ rtt

core::nanoseconds_t roc::rtcp::RttMetrics::rtt

Estimated round-trip time.

Definition at line 39 of file rtt_estimator.h.


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