Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::rtcp::RttMetrics Struct Reference

Round-trip time metrics. More...

#include <roc_rtcp/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.
 
core::nanoseconds_t rtt
 Estimated round-trip time.
 

Detailed Description

Round-trip time metrics.

Definition at line 33 of file rtt_estimator.h.

Constructor & Destructor Documentation

◆ RttMetrics()

roc::rtcp::RttMetrics::RttMetrics ( )
inline

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