Rate this page:

OutboundVideoStats

Class that represents statistics for outbound 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

The height of the video frame captured by camera.

Returns

  • type:

    int

cameraFrameWidth

Copy URL
public 

int

cameraFrameWidth

The width of the video frame captured by camera.

Returns

  • type:

    int

codec

Copy URL
public 

String

codec

Video codec name for the video stream.

Returns

  • type:

    String

encoderBitrate

Copy URL
public 

double

encoderBitrate

Deprecated.

Bitrate that the encoder is actually producing. Measured in bits per seconds and calculated over a 1 second window.

Returns

  • type:

    double

fps

Copy URL
public 

int

fps

The 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

targetBitrate

Copy URL
public 

double

targetBitrate

Target bitrate for video encoder that does not count the size of the IP and other transport layers like TCP or UDP. Measured in bits per second and calculated over a 1 second window

Returns

  • type:

    double

timestamp

Copy URL
public 

double

timestamp

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

Returns

  • type:

    double