RtcInboundRtpVideoStreamStats

constructor(    id: String?,     type: String?,     timestampUs: Double?,     ssrc: Long?,     kind: String?,     transportId: String?,     codecId: String?,     packetsReceived: Long?,     packetsLost: Int?,     jitter: Double?,     trackIdentifier: String?,     mid: String?,     remoteId: String?,     lastPacketReceivedTimestamp: Double?,     headerBytesReceived: BigInteger?,     packetsDiscarded: BigInteger?,     fecBytesReceived: BigInteger?,     fecPacketsReceived: BigInteger?,     fecPacketsDiscarded: BigInteger?,     bytesReceived: BigInteger?,     nackCount: Long?,     totalProcessingDelay: Double?,     estimatedPlayoutTimestamp: Double?,     jitterBufferDelay: Double?,     jitterBufferTargetDelay: Double?,     jitterBufferEmittedCount: BigInteger?,     jitterBufferMinimumDelay: Double?,     decoderImplementation: String?,     playoutId: String?,     powerEfficientDecoder: Boolean?,     retransmittedPacketsReceived: BigInteger?,     retransmittedBytesReceived: BigInteger?,     rtxSsrc: Long?,     fecSsrc: Long?,     framesDecoded: Long?,     keyFramesDecoded: Long?,     framesRendered: Long?,     framesDropped: Long?,     frameWidth: Long?,     frameHeight: Long?,     framesPerSecond: Double?,     qpSum: BigInteger?,     totalDecodeTime: Double?,     totalInterFrameDelay: Double?,     totalSquaredInterFrameDelay: Double?,     pauseCount: Long?,     totalPausesDuration: Double?,     freezeCount: Long?,     totalFreezesDuration: Double?,     firCount: Long?,     pliCount: Long?,     framesReceived: Long?,     framesAssembledFromMultiplePackets: Long?,     totalAssemblyTime: Double?)