OutboundVideoStats
Class that represents statistics for an outgoing ILocalVideoStream. Available via CallStats.
Props
bytesSent
public long
 bytesSentTotal number of bytes sent within the video stream.
Returns
type:
long
cameraFrameHeight
public int
 cameraFrameHeightVideo frame height captured by a camera.
Returns
type:
int
cameraFrameWidth
public int
 cameraFrameWidthVideo frame width captured by a camera.
Returns
type:
int
codec
public String
 codecVideo codec name for the video stream.
Returns
type:
String
fps
public int
 fpsNumber of complete captured frames in the last second.
Returns
type:
int
layerStats
public List<VideoStreamLayerStats>
 layerStatsStatistics for the layers of the video stream.
Returns
type:
List<VideoStreamLayerStats>
packetsSent
public long
 packetsSentTotal number of packets sent within the video stream.
Returns
type:
long
timestamp
public double
 timestampTime at which the call statistics are collected (in UNIX timestamp format).
Returns
type:
double