public class RTCPeerConnectionStats extends RTCStats
Modifier | Constructor and Description |
---|---|
protected |
RTCPeerConnectionStats()
Default private constructor of RTCPeerConnectionStats for serialization with Jackson
|
|
RTCPeerConnectionStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
long dataChannelsOpened,
long dataChannelsClosed)
Create a RTCPeerConnectionStats
|
Modifier and Type | Method and Description |
---|---|
long |
getDataChannelsClosed()
get Represents the number of unique datachannels closed.
|
long |
getDataChannelsOpened()
get Represents the number of unique datachannels opened.
|
void |
setDataChannelsClosed(long dataChannelsClosed)
set Represents the number of unique datachannels closed.
|
void |
setDataChannelsOpened(long dataChannelsOpened)
set Represents the number of unique datachannels opened.
|
getId, getTimestamp, getTimestampMillis, getType, setId, setTimestamp, setTimestampMillis, setType
protected RTCPeerConnectionStats()
public long getDataChannelsOpened()
public void setDataChannelsOpened(long dataChannelsOpened)
public long getDataChannelsClosed()
public void setDataChannelsClosed(long dataChannelsClosed)
Copyright © 2022 Kurento. All rights reserved.