InboundAudioStats
Class that represents statistics for an incoming com.voximplant.android.sdk.calls.AudioStream.
Methods
toString
toString(): String
A string representation of the object.
Returns
type:
String
Props
audioLevel
audioLevel: Audio level value is between 0..1 (linear), where 1.0 represents 0 dBov, 0 represents silence, and 0.5 represents approximately 6 dBSPL change in the sound pressure level from 0 dBov.
Returns
type:
Double
bytesReceived
bytesReceived: Total number of bytes received within the audio stream.
Returns
type:
Long
codec
codec: Audio codec name for the audio stream, e.g. "opus".
Returns
type:
String?
packetsLost
packetsLost: Total number of audio packets lost for the audio stream.
Returns
type:
Int
packetsReceived
packetsReceived: Total number of packets received within the audio stream.
Returns
type:
Long
streamId
streamId: Id of the stream.
Returns
type:
String