public class RTCOutboundRTPStreamStats extends RTCRTPStreamStats
Modifier | Constructor and Description |
---|---|
protected |
RTCOutboundRTPStreamStats()
Default private constructor of RTCOutboundRTPStreamStats for serialization with Jackson
|
|
RTCOutboundRTPStreamStats(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 packetsSent,
long bytesSent,
double targetBitrate,
double roundTripTime)
Create a RTCOutboundRTPStreamStats
|
Modifier and Type | Method and Description |
---|---|
long |
getBytesSent()
get Total number of bytes sent for this SSRC.
|
long |
getPacketsSent()
get Total number of RTP packets sent for this SSRC.
|
double |
getRoundTripTime()
get Estimated round trip time (seconds) for this SSRC based on the RTCP timestamp.
|
double |
getTargetBitrate()
get Presently configured bitrate target of this SSRC, in bits per second.
|
void |
setBytesSent(long bytesSent)
set Total number of bytes sent for this SSRC.
|
void |
setPacketsSent(long packetsSent)
set Total number of RTP packets sent for this SSRC.
|
void |
setRoundTripTime(double roundTripTime)
set Estimated round trip time (seconds) for this SSRC based on the RTCP timestamp.
|
void |
setTargetBitrate(double targetBitrate)
set Presently configured bitrate target of this SSRC, in bits per second.
|
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 RTCOutboundRTPStreamStats()
public RTCOutboundRTPStreamStats(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 packetsSent, long bytesSent, double targetBitrate, double roundTripTime)
public long getPacketsSent()
public void setPacketsSent(long packetsSent)
public long getBytesSent()
public void setBytesSent(long bytesSent)
public double getTargetBitrate()
public void setTargetBitrate(double targetBitrate)
public double getRoundTripTime()
public void setRoundTripTime(double roundTripTime)
Copyright © 2022 Kurento. All rights reserved.