RtcRemoteInboundRtpAudioStreamStats
data class RtcRemoteInboundRtpAudioStreamStats(val id: String?, val type: String?, val timestampUs: Double?, val ssrc: Long?, val kind: String?, val transportId: String?, val codecId: String?, val packetsReceived: Long?, val packetsLost: Int?, val jitter: Double?, val localId: String?, val roundTripTime: Double?, val totalRoundTripTime: Double?, val fractionLost: Double?, val roundTripTimeMeasurements: Int?) : RtcRemoteInboundRtpStreamStats
Constructors
Link copied to clipboard
constructor(id: String?, type: String?, timestampUs: Double?, ssrc: Long?, kind: String?, transportId: String?, codecId: String?, packetsReceived: Long?, packetsLost: Int?, jitter: Double?, localId: String?, roundTripTime: Double?, totalRoundTripTime: Double?, fractionLost: Double?, roundTripTimeMeasurements: Int?)