Make dependencies optional in VideoFrameMetadata which allows the W3C API to make them optional based on the presence of the DD (or GFD) extension as described in https://w3c.github.io/webrtc-encoded-transform/#dom-rtcencodedvideoframemetadata-dependencies This changes the signature from std::span<const int64_t> GetFrameDependencies() const; which will soon be deprecated to std::optional<std::span<const int64_t>> GetDependencies() const; The same applies to the setter. Bug: webrtc:515776877 Change-Id: I113134361943bd28593afd56dae2fce9550c9951 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/475000 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Guido Urdaneta <guidou@webrtc.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/main@{#47802}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.