VideoStreamLayerStats
Class that represents statistics for outbound video layers.
Methods
toString
fun toString(): String
Returns
type:
String
Props
bytesSent
var bytesSent: Long
Returns
type:
Long
packetsSent
var packetsSent: Long
Total number of packets sent within the video stream.
Returns
type:
Long
frameWidth
var frameWidth: Int
Video frame width sent within the video stream at the moment the statistics are collected.
Returns
type:
Int
frameHeight
var frameHeight: Int
Video frame height sent within the video stream at the moment the statistics are collected.
Returns
type:
Int
fps
var fps: Int
The number of complete frames in the last second.
Returns
type:
Int
rid
var rid: String?
The identifier of the encoding layer.
null if simulcast is disabled.
Returns
type:
String?