Class RtcOutboundRtpAudioStreamStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcOutboundRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcSentRtpStreamStats,io.getstream.video.android.core.call.stats.model.RtcStats
public final class RtcOutboundRtpAudioStreamStats implements RtcOutboundRtpStreamStats
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringSSRCpublic final static StringKINDpublic final static StringTRANSPORT_IDpublic final static StringCODEC_IDpublic final static StringPACKETS_SENTpublic final static StringBYTES_SENTpublic final static StringMIDpublic final static StringMEDIA_SOURCE_IDpublic final static StringREMOTE_IDpublic final static StringHEADER_BYTES_SENTpublic final static StringRETRANSMITTED_PACKETS_SENTpublic final static StringRETRANSMITTED_BYTES_SENTpublic final static StringRTX_SSRCpublic final static StringTARGET_BITRATEpublic final static StringTOTAL_ENCODED_BYTES_TARGETpublic final static StringTOTAL_ENCODE_TIMEpublic final static StringTOTAL_PACKET_SEND_DELAYpublic final static StringACTIVEprivate final Stringidprivate final Stringtypeprivate final DoubletimestampUsprivate final Longssrcprivate final Stringkindprivate final StringtransportIdprivate final StringcodecIdprivate final BigIntegerpacketsSentprivate final BigIntegerbytesSentprivate final Stringmidprivate final StringmediaSourceIdprivate final StringremoteIdprivate final BigIntegerheaderBytesSentprivate final BigIntegerretransmittedPacketsSentprivate final BigIntegerretransmittedBytesSentprivate final LongrtxSsrcprivate final DoubletargetBitrateprivate final BigIntegertotalEncodedBytesTargetprivate final DoubletotalEncodeTimeprivate final DoubletotalPacketSendDelayprivate final Booleanactive
-
Constructor Summary
Constructors Constructor Description RtcOutboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String mid, String mediaSourceId, String remoteId, BigInteger headerBytesSent, BigInteger retransmittedPacketsSent, BigInteger retransmittedBytesSent, Long rtxSsrc, Double targetBitrate, BigInteger totalEncodedBytesTarget, Double totalEncodeTime, Double totalPacketSendDelay, Boolean active)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetType()DoublegetTimestampUs()LonggetSsrc()StringgetKind()StringgetTransportId()StringgetCodecId()BigIntegergetPacketsSent()BigIntegergetBytesSent()StringgetMid()StringgetMediaSourceId()StringgetRemoteId()BigIntegergetHeaderBytesSent()BigIntegergetRetransmittedPacketsSent()BigIntegergetRetransmittedBytesSent()LonggetRtxSsrc()DoublegetTargetBitrate()BigIntegergetTotalEncodedBytesTarget()DoublegetTotalEncodeTime()DoublegetTotalPacketSendDelay()BooleangetActive()-
-
Constructor Detail
-
RtcOutboundRtpAudioStreamStats
RtcOutboundRtpAudioStreamStats(String id, String type, Double timestampUs, Long ssrc, String kind, String transportId, String codecId, BigInteger packetsSent, BigInteger bytesSent, String mid, String mediaSourceId, String remoteId, BigInteger headerBytesSent, BigInteger retransmittedPacketsSent, BigInteger retransmittedBytesSent, Long rtxSsrc, Double targetBitrate, BigInteger totalEncodedBytesTarget, Double totalEncodeTime, Double totalPacketSendDelay, Boolean active)
-
-
Method Detail
-
getTimestampUs
Double getTimestampUs()
-
getTransportId
String getTransportId()
-
getCodecId
String getCodecId()
-
getPacketsSent
BigInteger getPacketsSent()
-
getBytesSent
BigInteger getBytesSent()
-
getMediaSourceId
String getMediaSourceId()
-
getRemoteId
String getRemoteId()
-
getHeaderBytesSent
BigInteger getHeaderBytesSent()
-
getRetransmittedPacketsSent
BigInteger getRetransmittedPacketsSent()
-
getRetransmittedBytesSent
BigInteger getRetransmittedBytesSent()
-
getRtxSsrc
Long getRtxSsrc()
-
getTargetBitrate
Double getTargetBitrate()
-
getTotalEncodedBytesTarget
BigInteger getTotalEncodedBytesTarget()
-
getTotalEncodeTime
Double getTotalEncodeTime()
-
getTotalPacketSendDelay
Double getTotalPacketSendDelay()
-
-
-
-