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

Unified Diff: chrome/renderer/media/cast_rtp_stream.h

Issue 214663008: Cast: Clarify the unit of bitrate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: chrome/renderer/media/cast_rtp_stream.h
diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
index f727f6efa6da21a41ee1b2c852b67bf46aad70d8..c5e110229d38ee3c5b7f94552aa9c9289ec8143a 100644
--- a/chrome/renderer/media/cast_rtp_stream.h
+++ b/chrome/renderer/media/cast_rtp_stream.h
@@ -47,10 +47,10 @@ struct CastRtpPayloadParams {
// Update frequency of payload sample.
int clock_rate;
- // Maximum bitrate.
+ // Maximum bitrate in kilobits per second.
int max_bitrate;
- // Minimum bitrate.
+ // Minimum bitrate in kilobits per second.
int min_bitrate;
// Number of audio channels.
« no previous file with comments | « chrome/common/extensions/api/cast_streaming_rtp_stream.idl ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698