VideoStreamLayerStats
Class that represents statistics for an outgoing ILocalVideoStream layers. Available via OutboundVideoStats.
Props
bytesSent
public long
bytesSentTotal number of bytes sent within the video stream.
Returns
type:
long
fps
public int
fpsNumber of complete frames in the last second.
Returns
type:
int
frameHeight
public int
frameHeightVideo frame height sent within the video stream at the moment the statistics are collected.
Returns
type:
int
frameWidth
public int
frameWidthVideo frame width sent within the video stream at the moment the statistics are collected.
Returns
type:
int
packetsSent
public long
packetsSentTotal number of packets sent within the video stream.
Returns
type:
long
rid
public String
ridIdentifier of the encoding layer.
null if simulcast is disabled.
Returns
type:
String