commit | 2e4419e05b4e52273dae89fe88d9d1b15db837dd | [log] [tgz] |
---|---|---|
author | Åsa Persson <asapersson@webrtc.org> | Thu Sep 06 13:02:55 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 07 10:36:27 2018 |
tree | f5d5764e8f5b0a5e59800d9e6a647d6c8f7367f8 | |
parent | 2f864fb4ab1b989a98be556b16b25ae9ea4aef43 [diff] |
Add option to only request a frame interval change via OnOutputFormatRequest. OnOutputFormatRequest(const absl::optional<VideoFormat>& format) changed to OnOutputFormatRequest( const absl::optional<std::pair<int, int>>& target_aspect_ratio, const absl::optional<int>& max_pixel_count, const absl::optional<int>& max_fps) Decouples: - Resolution and fps requests. - Resolution requests from aspect ratio requests. Bug: webrtc:9597 Change-Id: I6f44c91283cf5474c6531e55773d2257e2341063 Reviewed-on: https://webrtc-review.googlesource.com/95423 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24623}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.