Home | History | Annotate | Download | only in webrtc

Lines Matching defs:StatsReport

50 class StatsReport {
60 // StatsReport types.
61 // A StatsReport of |type| = "googSession" contains overall information
66 // A StatsReport of |type| = "googTransport" contains information
70 // A StatsReport of |type| = "googComponent" contains information
75 // A StatsReport of |type| = "googCandidatePair" contains information
80 // A StatsReport of |type| = "VideoBWE" is statistics for video Bandwidth
85 // A StatsReport of |type| = "ssrc" is statistics for a specific rtp stream.
89 // A StatsReport of |type| = "remoteSsrc" is statistics for a specific
93 // A StatsReport of |type| = "googTrack" is statistics for a specific media
97 // A StatsReport of |type| = "localcandidate" or "remotecandidate" is
104 // A StatsReport of |type| = "googCertificate" contains an SSL certificate
112 // A StatsReport of |type| = "datachannel" with statistics for a
334 explicit StatsReport(const Id& id);
375 RTC_DISALLOW_COPY_AND_ASSIGN(StatsReport);
378 // Typedef for an array of const StatsReport pointers.
383 typedef std::vector<const StatsReport*> StatsReports;
393 typedef std::list<StatsReport*> Container;
403 StatsReport* InsertNew(const StatsReport::Id& id);
404 StatsReport* FindOrAddNew(const StatsReport::Id& id);
405 StatsReport* ReplaceOrAddNew(const StatsReport::Id& id);
409 StatsReport* Find(const StatsReport::Id& id);