Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / media / cast_rtp_stream.h
index f727f6e..c54a1a8 100644 (file)
@@ -38,6 +38,10 @@ struct CastRtpPayloadParams {
   // RTP specific field that identifies the content type.
   int payload_type;
 
+  // Maximum latency in milliseconds. Implemetation tries to keep latency
+  // under this threshold.
+  int max_latency_ms;
+
   // RTP specific field to identify a stream.
   int ssrc;
 
@@ -47,10 +51,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.