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

Unified Diff: media/cast/cast_defines.h

Issue 1337243003: Extracted hardcoded constants from cast_rtp_stream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/cast_config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_defines.h
diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
index 9bf2f44352cf4349364a73670b95b9cdf71672ed..f4fb3c83b6766a7cac2ede4219d291aae2e7734a 100644
--- a/media/cast/cast_defines.h
+++ b/media/cast/cast_defines.h
@@ -20,9 +20,8 @@
namespace media {
namespace cast {
-const int64 kDontShowTimeoutMs = 33;
-const float kDefaultCongestionControlBackOff = 0.875f;
const uint32 kVideoFrequency = 90000;
+const int kMinSampleRateForEncoding = 8000;
const uint32 kStartFrameId = UINT32_C(0xffffffff);
// This is an important system-wide constant. This limits how much history the
« no previous file with comments | « media/cast/cast_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698