RtcOutboundRtpAudioStreamStats
data class RtcOutboundRtpAudioStreamStats(val id: String?, val type: String?, val timestampUs: Double?, val ssrc: Long?, val kind: String?, val transportId: String?, val codecId: String?, val packetsSent: BigInteger?, val bytesSent: BigInteger?, val mid: String?, val mediaSourceId: String?, val remoteId: String?, val headerBytesSent: BigInteger?, val retransmittedPacketsSent: BigInteger?, val retransmittedBytesSent: BigInteger?, val rtxSsrc: Long?, val targetBitrate: Double?, val totalEncodedBytesTarget: BigInteger?, val totalEncodeTime: Double?, val totalPacketSendDelay: Double?, val active: Boolean?) : RtcOutboundRtpStreamStats
Constructors
Link copied to clipboard
constructor(id: String?, type: String?, timestampUs: Double?, ssrc: Long?, kind: String?, transportId: String?, codecId: String?, packetsSent: BigInteger?, bytesSent: BigInteger?, mid: String?, mediaSourceId: String?, remoteId: String?, headerBytesSent: BigInteger?, retransmittedPacketsSent: BigInteger?, retransmittedBytesSent: BigInteger?, rtxSsrc: Long?, targetBitrate: Double?, totalEncodedBytesTarget: BigInteger?, totalEncodeTime: Double?, totalPacketSendDelay: Double?, active: Boolean?)