Rate this page:

OutboundVideoStats

This API is in beta and subject to change.

Class that represents statistics for an outgoing com.voximplant.android.sdk.calls.LocalVideoStream.

Available via CallStats or ConferenceStats.

Methods

toString

Copy URL
fun toString(): 

String

This API is in beta and subject to change.

A string representation of the object.

Returns

  • type:

    String

Props

bytesSent

Copy URL
var bytesSent: 

Long

This API is in beta and subject to change.

Total number of bytes sent within the video stream.

Returns

  • type:

    Long

packetsSent

Copy URL
var packetsSent: 

Long

This API is in beta and subject to change.

Total number of packets sent within the video stream.

Returns

  • type:

    Long

source

Copy URL
var source: 

VideoStreamType

Type of the video stream.

Returns

sourceFrameWidth

Copy URL
var sourceFrameWidth: 

Int

This API is in beta and subject to change.

The width of the video frame.

Returns

  • type:

    Int

sourceFrameHeight

Copy URL
var sourceFrameHeight: 

Int

This API is in beta and subject to change.

The height of the video frame.

Returns

  • type:

    Int

sourceFps

Copy URL
var sourceFps: 

Int

This API is in beta and subject to change.

The number of complete frames in the last second.

Returns

  • type:

    Int

codec

Copy URL
var codec: 

String?

This API is in beta and subject to change.

Video codec name for the video stream.

Returns

  • type:

    String?

layers

Copy URL
var layers: 

List<VideoStreamLayerStats>?

Returns

streamId

Copy URL
val streamId: 

String

Id of the stream.

Returns

  • type:

    String