StreamingStatsReport
data class StreamingStatsReport(val bytesOutPerSecond: Long, val queueBytesOut: Long, val totalBytesOut: Long, val queueCongestionPercent: Float, val throughput: Throughput, val bitrate: Long, val smoothedBitrate: Long)
Per-second streaming statistics report.
Mirrors HaishinKit NetworkMonitorReport.