Rate this page:

VideoStreamLayerStats

Class that represents statistics for outbound video layers.

Methods

toString

Copy URL
fun toString(): 

String

Returns

  • type:

    String

Props

bytesSent

Copy URL
var bytesSent: 

Long

Returns

  • type:

    Long

packetsSent

Copy URL
var packetsSent: 

Long

Total number of packets sent within the video stream.

Returns

  • type:

    Long

frameWidth

Copy URL
var frameWidth: 

Int

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

Returns

  • type:

    Int

frameHeight

Copy URL
var frameHeight: 

Int

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

Returns

  • type:

    Int

fps

Copy URL
var fps: 

Int

The number of complete frames in the last second.

Returns

  • type:

    Int

rid

Copy URL
var rid: 

String?

The identifier of the encoding layer.

null if simulcast is disabled.

Returns

  • type:

    String?