Searched defs:MeasuringPoint (Results 1 – 1 of 1) sorted by relevance
168 struct MeasuringPoint { struct169 MeasuringPoint(double bitrate_, double latency_, double percent_packet_drop_) in MeasuringPoint() function173 bool operator<=(const MeasuringPoint& other) const { in operator <=()177 bool operator>=(const MeasuringPoint& other) const { in operator >=()182 std::string AsString() const { in AsString()187 double bitrate;188 double latency;189 double percent_packet_drop;