HMSRemoteVideoStats

data class HMSRemoteVideoStats(val jitter: Double?, val bytesReceived: Long?, val bitrate: Double?, val packetsReceived: Long?, val packetsLost: Int?, val resolution: HMSVideoResolution?, val frameRate: Double?) : HMSStats.HMSRemoteStats

Constructors

Link copied to clipboard
fun HMSRemoteVideoStats(jitter: Double?, bytesReceived: Long?, bitrate: Double?, packetsReceived: Long?, packetsLost: Int?, resolution: HMSVideoResolution?, frameRate: Double?)

Properties

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