public class RTCInboundRTPStreamStats extends RTCRTPStreamStats
Modifier | Constructor and Description |
---|---|
protected |
RTCInboundRTPStreamStats()
Default private constructor of RTCInboundRTPStreamStats for serialization with Jackson
|
|
RTCInboundRTPStreamStats(String id,
StatsType type,
double timestamp,
long timestampMillis,
String ssrc,
String associateStatsId,
boolean isRemote,
String mediaTrackId,
String transportId,
String codecId,
long firCount,
long pliCount,
long nackCount,
long sliCount,
long remb,
long packetsLost,
double fractionLost,
long packetsReceived,
long bytesReceived,
double jitter)
Create a RTCInboundRTPStreamStats
|
Modifier and Type | Method and Description |
---|---|
long |
getBytesReceived()
get Total number of bytes received for this SSRC.
|
double |
getJitter()
get Packet Jitter measured in seconds for this SSRC.
|
long |
getPacketsReceived()
get Total number of RTP packets received for this SSRC.
|
void |
setBytesReceived(long bytesReceived)
set Total number of bytes received for this SSRC.
|
void |
setJitter(double jitter)
set Packet Jitter measured in seconds for this SSRC.
|
void |
setPacketsReceived(long packetsReceived)
set Total number of RTP packets received for this SSRC.
|
getAssociateStatsId, getCodecId, getFirCount, getFractionLost, getIsRemote, getMediaTrackId, getNackCount, getPacketsLost, getPliCount, getRemb, getSliCount, getSsrc, getTransportId, setAssociateStatsId, setCodecId, setFirCount, setFractionLost, setIsRemote, setMediaTrackId, setNackCount, setPacketsLost, setPliCount, setRemb, setSliCount, setSsrc, setTransportId
getId, getTimestamp, getTimestampMillis, getType, setId, setTimestamp, setTimestampMillis, setType
protected RTCInboundRTPStreamStats()
public RTCInboundRTPStreamStats(String id, StatsType type, double timestamp, long timestampMillis, String ssrc, String associateStatsId, boolean isRemote, String mediaTrackId, String transportId, String codecId, long firCount, long pliCount, long nackCount, long sliCount, long remb, long packetsLost, double fractionLost, long packetsReceived, long bytesReceived, double jitter)
public long getPacketsReceived()
public void setPacketsReceived(long packetsReceived)
public long getBytesReceived()
public void setBytesReceived(long bytesReceived)
public double getJitter()
public void setJitter(double jitter)
Copyright © 2022 Kurento. All rights reserved.