webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Public Attributes | List of all members
org.webrtc.StatsReport Class Reference

Classes

class  Value
 

Public Member Functions

 StatsReport (String id, String type, double timestamp, Value[] values)
 
String toString ()
 

Public Attributes

final String id
 
final String type
 
final double timestamp
 
final Value [] values
 

Detailed Description

Java version of webrtc::StatsReport.

Constructor & Destructor Documentation

◆ StatsReport()

org.webrtc.StatsReport.StatsReport ( String  id,
String  type,
double  timestamp,
Value []  values 
)
inline

Member Function Documentation

◆ toString()

String org.webrtc.StatsReport.toString ( )
inline

Member Data Documentation

◆ id

final String org.webrtc.StatsReport.id

◆ timestamp

final double org.webrtc.StatsReport.timestamp

◆ type

final String org.webrtc.StatsReport.type

◆ values

final Value [] org.webrtc.StatsReport.values

The documentation for this class was generated from the following file: