| commit | 71529baeb3a88c5a8087854af2231dc8d5070caf | [log] [tgz] |
|---|---|---|
| author | Rasmus Brandt <brandtr@webrtc.org> | Thu Jan 22 12:00:30 2026 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 23 11:48:04 2026 |
| tree | 67b523c278c4580147c19188fc96eaf14d78bebe | |
| parent | a45f76b084e6d02515a6bf72fb533c35254eb49f [diff] |
Video timing simulator: Improve frame and stream metrics This change introduces `FrameBase` and `StreamBase`, that are base classes for the corresponding derived frame and stream classes for decodability and rendering simulation. Their purpose is to share value accessors for RTP-level information, while retaining the data members in the derived structs. Additionally, we restructure the inter-frame metrics a bit, add compararators and sorting, and add some more jitter buffer metrics. Bug: b/423646186 Change-Id: Ida87c44b05e94420dbf218b4299cec97addfce64 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/443220 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46724}
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.