| 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 66274829f2091eae9f508e48a73c500ab834197e..506f4219574a65ebf1025b934c2c181b2a7b3cea 100644
|
| --- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| +++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| @@ -24,6 +24,9 @@ namespace cast.streaming.rtpStream {
|
| // playback at the cost of higher latency.
|
| long maxLatency;
|
|
|
| + // Minimum latency in milliseconds. Defaults to |maxLatency|.
|
| + long? minLatency;
|
| +
|
| DOMString codecName;
|
|
|
| // Synchronization source identifier.
|
|
|