stats: add transportId to codec stats
BUG=webrtc:12181 Change-Id: Ib8e38f19ef2ddcb98455356087781f146af8c6b5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193280 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32618}
This commit is contained in:
committed by
Commit Bot
parent
a48515736d
commit
95157a054b
@ -115,6 +115,7 @@ class RTC_EXPORT RTCCodecStats final : public RTCStats {
|
||||
RTCCodecStats(const RTCCodecStats& other);
|
||||
~RTCCodecStats() override;
|
||||
|
||||
RTCStatsMember<std::string> transport_id;
|
||||
RTCStatsMember<uint32_t> payload_type;
|
||||
RTCStatsMember<std::string> mime_type;
|
||||
RTCStatsMember<uint32_t> clock_rate;
|
||||
|
||||
Reference in New Issue
Block a user