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}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.