Rate this page:

OutboundVideoStats

Class that represents statistics for an outgoing ILocalVideoStream. Available via CallStats.

Props

bytesSent

Copy URL
public 

long

bytesSent

Total number of bytes sent within the video stream.

Returns

  • type:

    long

cameraFrameHeight

Copy URL
public 

int

cameraFrameHeight

Video frame height captured by a camera.

Returns

  • type:

    int

cameraFrameWidth

Copy URL
public 

int

cameraFrameWidth

Video frame width captured by a camera.

Returns

  • type:

    int

codec

Copy URL
public 

String

codec

Video codec name for the video stream.

Returns

  • type:

    String

fps

Copy URL
public 

int

fps

Number of complete captured frames in the last second.

Returns

  • type:

    int

layerStats

Copy URL
public 

List<VideoStreamLayerStats>

layerStats

Statistics for the layers of the video stream.

Returns

packetsSent

Copy URL
public 

long

packetsSent

Total number of packets sent within the video stream.

Returns

  • type:

    long

timestamp

Copy URL
public 

double

timestamp

Time at which the call statistics are collected (in UNIX timestamp format).

Returns

  • type:

    double