Lines Matching defs:CallReceiveStatistics
53 struct CallReceiveStatistics { struct
54 int cumulativeLost;
55 unsigned int jitterSamples;
56 int64_t payload_bytes_rcvd = 0;
57 int64_t header_and_padding_bytes_rcvd = 0;
58 int packetsReceived;
59 uint32_t nacks_sent = 0;
62 int64_t capture_start_ntp_time_ms_;
66 absl::optional<int64_t> last_packet_received_timestamp_ms;
71 absl::optional<int64_t> last_sender_report_timestamp_ms;
72 absl::optional<int64_t> last_sender_report_remote_timestamp_ms;
73 uint32_t sender_reports_packets_sent = 0;
74 uint64_t sender_reports_bytes_sent = 0;
75 uint64_t sender_reports_reports_count = 0;
76 absl::optional<TimeDelta> round_trip_time;
78 int round_trip_time_measurements;