OutboundVideoStats
Class that represents statistics for an outgoing com.voximplant.android.sdk.calls.LocalVideoStream.
Available via CallStats or ConferenceStats.
Methods
toString
fun toString(): String
A string representation of the object.
Returns
type:
String
Props
bytesSent
var bytesSent: Long
Total number of bytes sent within the video stream.
Returns
type:
Long
packetsSent
var packetsSent: Long
Total number of packets sent within the video stream.
Returns
type:
Long
sourceFrameWidth
var sourceFrameWidth: Int
The width of the video frame.
Returns
type:
Int
sourceFrameHeight
var sourceFrameHeight: Int
The height of the video frame.
Returns
type:
Int
sourceFps
var sourceFps: Int
The number of complete frames in the last second.
Returns
type:
Int
codec
var codec: String?
Video codec name for the video stream.
Returns
type:
String?
streamId
val streamId: String
Id of the stream.
Returns
type:
String