HMSLocalVideoStats

data class HMSLocalVideoStats(val jitter: Double?, val roundTripTime: Double?, val bytesSent: Long?, val bitrate: Double?, val resolution: HMSVideoResolution?, val frameRate: Double?, val qualityLimitationReason: QualityLimitationReasons, val hmsLayer: HMSLayer?, val packetLoss: Long?, val packetsSent: Long?) : HMSStats.HMSLocalStats

Constructors

Link copied to clipboard
fun HMSLocalVideoStats(jitter: Double?, roundTripTime: Double?, bytesSent: Long?, bitrate: Double?, resolution: HMSVideoResolution?, frameRate: Double?, qualityLimitationReason: QualityLimitationReasons, hmsLayer: HMSLayer?, packetLoss: Long?, packetsSent: Long?)

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
Link copied to clipboard
Link copied to clipboard