| Index: webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| index 9aa82cff976ad1070d5ad3d178c6a9ea7bed59e6..fc2278e8419d4974aebd2369143ee30c4c473972 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
|
| @@ -21,6 +21,16 @@ namespace webrtc {
|
|
|
| static const int64_t kBitrateWindowMs = 1000;
|
|
|
| +extern const char* kBweTypeHistogram;
|
| +
|
| +enum BweNames {
|
| + kReceiverNoExtension = 0,
|
| + kReceiverTOffset = 1,
|
| + kReceiverAbsSendTime = 2,
|
| + kSendSideTransportSeqNum = 3,
|
| + kBweNamesMax = 4
|
| +};
|
| +
|
| enum BandwidthUsage {
|
| kBwNormal = 0,
|
| kBwUnderusing = 1,
|
|
|