Chromium Code Reviews| Index: talk/session/media/mediasession.h |
| diff --git a/talk/session/media/mediasession.h b/talk/session/media/mediasession.h |
| index 8a7f4ccf06758db5453b84c43bfadc1f2dceddd6..d95b2ba0169cce50d511b1b98d935a7cf585d73d 100644 |
| --- a/talk/session/media/mediasession.h |
| +++ b/talk/session/media/mediasession.h |
| @@ -144,7 +144,9 @@ struct MediaSessionOptions { |
| // bps. -1 == auto. |
| int video_bandwidth; |
| int data_bandwidth; |
| - TransportOptions transport_options; |
| + TransportOptions audio_transport_options; |
| + TransportOptions video_transport_options; |
| + TransportOptions data_transport_options; |
|
pthatcher1
2015/12/11 03:16:09
At first pass, this feels ugly, especially if we w
Taylor Brandstetter
2015/12/11 18:40:02
I had the same thought. But my reasons for not doi
|
| struct Stream { |
| Stream(MediaType type, |