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.

Constructors

Link copied to clipboard
constructor(bytesOutPerSecond: Long, queueBytesOut: Long, totalBytesOut: Long, queueCongestionPercent: Float, throughput: Throughput, bitrate: Long, smoothedBitrate: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Percent (0-100) of the send queue's fixed capacity currently in use.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard