public class RTCPeerConnectionStats extends RTCStats
| Constructor and Description |
|---|
RTCPeerConnectionStats(String id,
StatsType type,
double timestamp,
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, getType, setId, setTimestamp, setTypepublic long getDataChannelsOpened()
public void setDataChannelsOpened(long dataChannelsOpened)
public long getDataChannelsClosed()
public void setDataChannelsClosed(long dataChannelsClosed)
Copyright © 2015 Kurento. All rights reserved.