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

  /external/chromium_org/third_party/libjingle/source/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statstypes.h 42 class StatsReport {
44 StatsReport() : timestamp(0) { }
62 // StatsReport types.
63 // A StatsReport of |type| = "googSession" contains overall information
68 // A StatsReport of |type| = "googTransport" contains information
72 // A StatsReport of |type| = "googComponent" contains information
77 // A StatsReport of |type| = "googCandidatePair" contains information
82 // StatsReport of |type| = "VideoBWE" is statistics for video Bandwidth
87 // StatsReport of |type| = "ssrc" is statistics for a specific rtp stream.
91 // StatsReport of |type| = "googTrack" is statistics for a specific medi
    [all...]

Completed in 38 milliseconds