stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
stream-webrtc-android
/
org.webrtc
/
StatsReport
Stats
Report
open
class
StatsReport
Java version of webrtc::StatsReport.
Members
Constructors
Stats
Report
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
timestamp
:
Double
,
values
:
Array
<
StatsReport.Value
>
)
Types
Value
Link copied to clipboard
open
class
Value
Java version of webrtc::StatsReport::Value.
Properties
id
Link copied to clipboard
val
id
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Double
type
Link copied to clipboard
val
type
:
String
values
Link copied to clipboard
val
values
:
Array
<
StatsReport.Value
>
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String