commit | e9c0cdff2dad2553b6ff6820c0c7429cb2854861 | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Fri Feb 26 07:36:15 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 26 07:36:22 2016 |
tree | aaab0bfc46fe35eb0c0e3ea58059bb024f0eed50 | |
parent | 0e40f7cf87b5094df143a50a8c8c9a567f852981 [diff] |
Removed unused cricket::VideoCapturer methods: void UpdateAspectRatio(int ratio_w, int ratio_h); void ClearAspectRatio(); ool Pause(bool paused); Restart(const VideoFormat& capture_format); MuteToBlackThenPause(bool muted); IsMuted() const set_square_pixel_aspect_ratio bool square_pixel_aspect_ratio() This cl also remove the use of messages and posting of state change. Further more - a thread checker is added to make sure methods are called on only one thread. Construction can happen on a separate thred. It does not add restrictions on what thread frames are delivered on though. There is more features in VideoCapturer::Onframe related to screen share in ARGB that probably can be cleaned up in a follow up cl. BUG=webrtc:5426 Review URL: https://codereview.webrtc.org/1733673002 Cr-Commit-Position: refs/heads/master@{#11773}
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.