Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: talk/app/webrtc/statstypes.h

Issue 1345913004: Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Address comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « talk/app/webrtc/statscollector.cc ('k') | talk/app/webrtc/statstypes.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * libjingle 2 * libjingle
3 * Copyright 2012 Google Inc. 3 * Copyright 2012 Google Inc.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met: 6 * modification, are permitted provided that the following conditions are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright notice, 8 * 1. Redistributions of source code must retain the above copyright notice,
9 * this list of conditions and the following disclaimer. 9 * this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright notice, 10 * 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 kStatsValueNameActiveConnection, 118 kStatsValueNameActiveConnection,
119 kStatsValueNameAudioInputLevel, 119 kStatsValueNameAudioInputLevel,
120 kStatsValueNameAudioOutputLevel, 120 kStatsValueNameAudioOutputLevel,
121 kStatsValueNameBytesReceived, 121 kStatsValueNameBytesReceived,
122 kStatsValueNameBytesSent, 122 kStatsValueNameBytesSent,
123 kStatsValueNameDataChannelId, 123 kStatsValueNameDataChannelId,
124 kStatsValueNamePacketsLost, 124 kStatsValueNamePacketsLost,
125 kStatsValueNamePacketsReceived, 125 kStatsValueNamePacketsReceived,
126 kStatsValueNamePacketsSent, 126 kStatsValueNamePacketsSent,
127 kStatsValueNameProtocol, 127 kStatsValueNameProtocol,
128 kStatsValueNameReadable, 128 kStatsValueNameReceiving,
129 kStatsValueNameSelectedCandidatePairId, 129 kStatsValueNameSelectedCandidatePairId,
130 kStatsValueNameSsrc, 130 kStatsValueNameSsrc,
131 kStatsValueNameState, 131 kStatsValueNameState,
132 kStatsValueNameTransportId, 132 kStatsValueNameTransportId,
133 133
134 // Internal StatsValue names. 134 // Internal StatsValue names.
135 kStatsValueNameAccelerateRate, 135 kStatsValueNameAccelerateRate,
136 kStatsValueNameActualEncBitrate, 136 kStatsValueNameActualEncBitrate,
137 kStatsValueNameAdaptationChanges, 137 kStatsValueNameAdaptationChanges,
138 kStatsValueNameAvailableReceiveBandwidth, 138 kStatsValueNameAvailableReceiveBandwidth,
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 StatsReport* Find(const StatsReport::Id& id); 408 StatsReport* Find(const StatsReport::Id& id);
409 409
410 private: 410 private:
411 Container list_; 411 Container list_;
412 rtc::ThreadChecker thread_checker_; 412 rtc::ThreadChecker thread_checker_;
413 }; 413 };
414 414
415 } // namespace webrtc 415 } // namespace webrtc
416 416
417 #endif // TALK_APP_WEBRTC_STATSTYPES_H_ 417 #endif // TALK_APP_WEBRTC_STATSTYPES_H_
OLDNEW
« no previous file with comments | « talk/app/webrtc/statscollector.cc ('k') | talk/app/webrtc/statstypes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698