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

Unified Diff: media/cast/cast_config.h

Issue 2307653002: Adding CastRemotingSender for media remoting. (Closed)
Patch Set: Rebased. Created 4 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
Index: media/cast/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index bad2432a2f0d0ab5d255d4fe4579abcf2d9fa497..432e90482f5e613a55a12d540c37b433c3dc4b2e 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -33,6 +33,9 @@ enum SuggestedDefaults {
// Suggested default audio sampling rate.
kDefaultAudioSamplingRate = 48000,
+ // RTP timebase for media remoting RTP streams.
+ kRemotingRtpTimebase = 90000,
+
// Suggested default maximum video frame rate.
kDefaultMaxFrameRate = 30,

Powered by Google App Engine
This is Rietveld 408576698