commit | c24b6b7815ceada81afbd75e77339fefb27b7846 | [log] [tgz] |
---|---|---|
author | Marina Ciocea <marinaciocea@webrtc.org> | Mon Mar 30 12:51:10 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 30 13:35:26 2020 |
tree | e4bc88c427b594fa934793e395d657db01beeba2 | |
parent | 1c7a6589a9adae98c2fdf1fae3b103ca59932207 [diff] |
Introduce TransformableFrameInterface. Add a new frame interface to be used by frame transformers in Insertable Streams. TransformableFrameInterface will replace video_coding::EncodedFrame in a follow up CL, once downstream dependecies are updated to use the new interface. Until the functions using video_coding::EncodedFrame are removed from the API, the video sender and receiver frame transformer delegates call both function versions to avoid breaking tests downstream. The TransformableFrameInterface will be used for both audio and video frame transformers in follow-up CLs. Bug: webrtc:11380 Change-Id: I9389a8549c156e13b1d8c938ff51eaa69c502f33 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171863 Commit-Queue: Marina Ciocea <marinaciocea@webrtc.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30941}
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.