Rate this page:

VideoStreamLayerStats

Class that represents statistics for outbound ILocalVideoStream layers. Available via OutboundVideoStats.

Props

bytesSent

Copy URL
public 

long

bytesSent

Total number of bytes sent within the video stream.

Returns

  • type:

    long

fps

Copy URL
public 

int

fps

The number of complete frames in the last second.

Returns

  • type:

    int

frameHeight

Copy URL
public 

int

frameHeight

Video frame height sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    int

frameWidth

Copy URL
public 

int

frameWidth

Video frame width sent within the video stream at the moment the statistics are collected.

Returns

  • type:

    int

packetsSent

Copy URL
public 

long

packetsSent

Total number of packets sent within the video stream.

Returns

  • type:

    long

rid

Copy URL
public 

String

rid

The identifier of the encoding layer.

null if simulcast is disabled.

Returns

  • type:

    String