InboundVideoStats
Class that represents statistics for an incoming com.voximplant.android.sdk.calls.RemoteVideoStream.
Methods
toString
fun toString(): String
A string representation of the object.
Returns
type:
String
Props
bytesReceived
var bytesReceived: Long
Total number of bytes received within the video stream.
Returns
type:
Long
packetsReceived
var packetsReceived: Long
Total number of packets received within the video stream.
Returns
type:
Long
packetsLost
var packetsLost: Int
Total number of video packets lost for the video stream.
Returns
type:
Int
frameWidth
var frameWidth: Int
Video frame width received within the video stream at the moment when the statistics are collected.
Returns
type:
Int
frameHeight
var frameHeight: Int
Video frame height received within the video stream at the moment when the statistics are collected.
Returns
type:
Int
fps
var fps: Int
The number of complete frames in the last second.
Returns
type:
Int
codec
var codec: String?
Video codec name for the video stream, e.g. "VP8".
Returns
type:
String?
streamId
val streamId: String
Id of the stream.
Returns
type:
String