Chromium Code Reviews| 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 afe75dc2d0a9b64b24cf4ea3bd46ec0405287572..6b4b657e0b60fd7a3c8586d2e07b6e8f8fbacb6a 100644 |
| --- a/chrome/renderer/media/cast_rtp_stream.h |
| +++ b/chrome/renderer/media/cast_rtp_stream.h |
| @@ -42,6 +42,9 @@ struct CastRtpPayloadParams { |
| // under this threshold. |
| int max_latency_ms; |
| + // Minimum latency. |
| + int min_latency_ms; |
| + |
| // RTP specific field to identify a stream. |
| int ssrc; |