| Index: chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| diff --git a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| index 2098bd3498358a5f35f9bb9ca8e7e0e15c31ecbc..0443b32cd035f6a4bfae3e489938422c1e52fefe 100644
|
| --- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| +++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| @@ -25,8 +25,10 @@ namespace cast.streaming.rtpStream {
|
|
|
| long? clockRate;
|
|
|
| + // Minimum bitrate in kilobits per second.
|
| long? minBitrate;
|
|
|
| + // Maximum bitrate in kilobits per second.
|
| long? maxBitrate;
|
|
|
| // The number of channels.
|
|
|