Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/libwebrtc/call/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 574 B image not shown  

Quelle  call_basic_stats.h   Sprache: C

 
#ifndef CALL_CALL_BASIC_STATS_H_
#define CALL_CALL_BASIC_STATS_H_

#include <string>

namespace webrtc {

// named to avoid conflicts with video/call_stats.h
struct CallBasicStats {
  std::string ToString(int64_t time_ms) const;

  int send_bandwidth_bps = 0;       // Estimated available send bandwidth.
  int max_padding_bitrate_bps = 0;  // Cumulative configured max padding.
  int recv_bandwidth_bps = 0;       // Estimated available receive bandwidth.
  int64_t pacer_delay_ms = 0;
  int64_t rtt_ms = -1;
};

}  // namespace webrtc

#endif  // CALL_CALL_BASIC_STATS_H_

Messung V0.5
C=72 H=100 G=86

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.