commit | a862d4563fbc26e52bed442de784094ae1dfe5ee | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Wed Jan 27 13:40:49 2016 |
committer | Niels Möller <nisse@webrtc.org> | Wed Jan 27 13:41:04 2016 |
tree | 262bb9a945ea8dc96973951ba833083bdd555e69 | |
parent | f5dca48dc0bce89f18b9a90f5c7c1a03bcf95233 [diff] |
New rtc::VideoSinkInterface. The plan is that this interface should be used by all classes which receive a stream of video frames, and replace the two generic classes webrtc::VideoRendererInterface and cricket::VideoRenderer. And the list goes on, there's a dozen of different classes which act as video frame sinks. At some point, we will likely add some method to handle sink properties like, e.g, maximum useful width and height. But hopefully this can be done while keeping the interface very simple. BUG=webrtc:5426 R=perkj@webrtc.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1594973006 . Cr-Commit-Position: refs/heads/master@{#11396}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.