| Index: webrtc/api/rtcstatscollector.h
|
| diff --git a/webrtc/api/rtcstatscollector.h b/webrtc/api/rtcstatscollector.h
|
| index 51d2705c2cb08ff5a8e74e0a7b3580f18958f93b..fbef1187a5c044ce513ab92e4b00c5ed3ae136b4 100644
|
| --- a/webrtc/api/rtcstatscollector.h
|
| +++ b/webrtc/api/rtcstatscollector.h
|
| @@ -101,6 +101,12 @@ class RTCStatsCollector : public virtual rtc::RefCountInterface {
|
| // Produces |RTCPeerConnectionStats|.
|
| void ProducePeerConnectionStats_s(
|
| int64_t timestamp_us, RTCStatsReport* report) const;
|
| + // Produces |RTCOutboundRTPStreamStats|. TODO(hbos): Produce both types of
|
| + // |RTCRTPStreamStats|, the other one being |RTCInboundRTPStreamStats|.
|
| + // crbug.com/657855
|
| + void ProduceRTPStreamStats_s(
|
| + int64_t timestamp_us, const SessionStats& session_stats,
|
| + RTCStatsReport* report) const;
|
| // Produces |RTCTransportStats|.
|
| void ProduceTransportStats_s(
|
| int64_t timestamp_us, const SessionStats& session_stats,
|
|
|