Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
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... | |
Round-trip time metrics.
Definition at line 33 of file rtt_estimator.h.
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.
core::nanoseconds_t roc::rtcp::RttMetrics::rtt |
Estimated round-trip time.
Definition at line 39 of file rtt_estimator.h.