Package tvi.webrtc

Class StatsReport


  • public class StatsReport
    extends java.lang.Object
    Java version of webrtc::StatsReport.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StatsReport.Value
      Java version of webrtc::StatsReport::Value.
    • Constructor Summary

      Constructors 
      Constructor Description
      StatsReport​(java.lang.String id, java.lang.String type, double timestamp, StatsReport.Value[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public final java.lang.String id
      • type

        public final java.lang.String type
      • timestamp

        public final double timestamp
    • Constructor Detail

      • StatsReport

        public StatsReport​(java.lang.String id,
                           java.lang.String type,
                           double timestamp,
                           StatsReport.Value[] values)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object