12#ifndef ROC_RTCP_METRICS_H_
13#define ROC_RTCP_METRICS_H_
int64_t nanoseconds_t
Nanoseconds.
uint32_t source_t
Packet source ID identifying packet stream.
uint32_t timestamp_t
Audio packet timestamp.
uint64_t ntp_timestamp_t
NTP timestamp.
Commonly used types and functions.
Metrics for network link. Calculated independently on both sender and receiver.
core::nanoseconds_t rtt
Estimated round-trip time.
Metrics sent from receiver to sender per source.
float fract_loss
Fraction of lost packets.
packet::source_t ssrc
To which source there metrics apply.
Metrics sent from sender to receiver.
packet::timestamp_t origin_rtp
RTP timestamp correspnding to NTP timestamp.
packet::ntp_timestamp_t origin_ntp
NTP time when these metrics were generated.
Various units used in packets.