SrtEndpointMetrics
constructor(uptime: Duration, packetsWritten: Long, packetsRead: Long, packetsWriteLost: Long, packetsReadLost: Int, packetsRetransmitted: Int, packetsWriteACK: Int, packetsReadACK: Int, packetsWriteNAK: Int, packetsReadNAK: Int, usWriteDuration: Long, packetsWriteDropped: Long, packetsReadDropped: Int, packetsReadUndecrypt: Int, bytesWritten: Long, bytesRead: Long, bytesReadLost: Long, bytesRetransmitted: Long, bytesWriteDropped: Long, bytesReadDropped: Long, bytesReadUndecrypt: Long, rawMetrics: SrtRawMetrics)(source)