HomeSort by relevance Sort by last modified time
    Searched defs:StatsReport (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
StatsReport.java 30 /** Java version of webrtc::StatsReport. */
31 public class StatsReport {
33 /** Java version of webrtc::StatsReport::Value. */
56 public StatsReport(String id, String type, double timestamp, Value[] values) {
  /external/webrtc/talk/app/webrtc/
statstypes.cc 45 // The id of StatsReport of type kStatsReportTypeBwe.
50 const char* InternalTypeToString(StatsReport::StatsType type) {
52 case StatsReport::kStatsReportTypeSession:
54 case StatsReport::kStatsReportTypeBwe:
56 case StatsReport::kStatsReportTypeRemoteSsrc:
58 case StatsReport::kStatsReportTypeSsrc:
60 case StatsReport::kStatsReportTypeTrack:
62 case StatsReport::kStatsReportTypeIceLocalCandidate:
64 case StatsReport::kStatsReportTypeIceRemoteCandidate:
66 case StatsReport::kStatsReportTypeTransport
    [all...]
statstypes.h 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 medi
    [all...]

Completed in 85 milliseconds