Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MobileRTCAudioStatisticInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
float getSendPacketLossAvg()
Gets the average of send audio packet loss in this meeting.
int getSendFrequency()
Gets the send audio frequency in kilohertz (KHz) in this meeting.
float getRecvPacketLossMax()
Gets the maximum receive audio packet loss in this meeting.
int getRecvJitter()
Gets the receive audio jitter in this meeting.
int getSendBandwidth()
Gets the send bandwidth of audio in this meeting.
float getRecvPacketLossAvg()
Gets the average of receive audio packet loss in this meeting.
int getSendJitter()
Gets the send audio jitter in this meeting.
int getRecvRTT()
Gets the receive audio RTT in this meeting.
int getRecvBandwidth()
Gets the receive bandwidth of audio in this meeting.
int getSendRTT()
Gets the send audio RTT in this meeting.
float getSendPacketLossMax()
Gets the maximum send audio packet loss in this meeting.
int getRecvFrequency()
Gets the receive audio frequency in kilohertz (KHz) in this meeting.