mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
![]() describing video codecs with their parameters as static members of SdpVideoFormat: static const SdpVideoFormat VP8(); static const SdpVideoFormat H264(); static const SdpVideoFormat VP9Profile0(); static const SdpVideoFormat VP9Profile1(); static const SdpVideoFormat VP9Profile2(); static const SdpVideoFormat VP9Profile3(); static const SdpVideoFormat AV1Profile0(); static const SdpVideoFormat AV1Profile1(); This removes the need to craft instances of these by hand. BUG=webrtc:15703 Change-Id: I2171e08b48ec98f18424f53f3b5d6d148130532e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/337441 Commit-Queue: Philipp Hancke <phancke@microsoft.com> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41833} |
||
---|---|---|
.. | ||
android | ||
objc | ||
BUILD.gn | ||
media_constraints.cc | ||
media_constraints.h | ||
media_constraints_unittest.cc | ||
OWNERS |