commit | cd6702282a49448adda470934f4bd9e6181cab22 | [log] [tgz] |
---|---|---|
author | Jelena Marusic <jmarusic@webrtc.org> | Thu Jul 16 09:30:09 2015 +0200 |
committer | Jelena Marusic <jmarusic@webrtc.org> | Thu Jul 16 07:30:20 2015 +0000 |
tree | 7ee2391a3ba4d3a0ddb9ca6353ff42c14d3095b3 | |
parent | cddb3676e3def56dcb47a96747d5249d2419adf1 [diff] |
Define Stream base classes BUG=webrtc:4690 Defined classes Stream, SendStream and ReceiveStream. Inherited existing stream classes from either SendStream or ReceiveStream. This is a step towards having a Transport associated with streams instead of a Call. It will allow a lot of code in the Call to be media type agnostic. R=henrika@webrtc.org, pbos@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/1226123005 . Cr-Commit-Position: refs/heads/master@{#9591}