|
| | RemoteAudioTrackStats () |
| |
| | RemoteAudioTrackStats (int uid, int quality, int networkTransportDelay, int jitterBufferDelay, int audioLossRate, int numChannels, int receivedSampleRate, int receivedBitrate, int totalFrozenTime, int frozenRate, long receivedBytes) |
| |
| int | getUid () |
| |
| void | setUid (int uid) |
| |
| int | getQuality () |
| |
| void | setQuality (int quality) |
| |
| int | getNetworkTransportDelay () |
| |
| void | setNetworkTransportDelay (int networkTransportDelay) |
| |
| int | getJitterBufferDelay () |
| |
| void | setJitterBufferDelay (int jitterBufferDelay) |
| |
| int | getAudioLossRate () |
| |
| void | setAudioLossRate (int audioLossRate) |
| |
| int | getNumChannels () |
| |
| void | setNumChannels (int numChannels) |
| |
| int | getReceivedSampleRate () |
| |
| void | setReceivedSampleRate (int receivedSampleRate) |
| |
| int | getReceivedBitrate () |
| |
| void | setReceivedBitrate (int receivedBitrate) |
| |
| int | getTotalFrozenTime () |
| |
| void | setTotalFrozenTime (int totalFrozenTime) |
| |
| int | getFrozenRate () |
| |
| void | setFrozenRate (int frozenRate) |
| |
| long | getReceivedBytes () |
| |
| void | setReceivedBytes (long receivedBytes) |
| |
◆ RemoteAudioTrackStats() [1/2]
| io.agora.rtc.RemoteAudioTrackStats.RemoteAudioTrackStats |
( |
| ) |
|
◆ RemoteAudioTrackStats() [2/2]
| io.agora.rtc.RemoteAudioTrackStats.RemoteAudioTrackStats |
( |
int | uid, |
|
|
int | quality, |
|
|
int | networkTransportDelay, |
|
|
int | jitterBufferDelay, |
|
|
int | audioLossRate, |
|
|
int | numChannels, |
|
|
int | receivedSampleRate, |
|
|
int | receivedBitrate, |
|
|
int | totalFrozenTime, |
|
|
int | frozenRate, |
|
|
long | receivedBytes ) |
◆ getAudioLossRate()
| int io.agora.rtc.RemoteAudioTrackStats.getAudioLossRate |
( |
| ) |
|
◆ getFrozenRate()
| int io.agora.rtc.RemoteAudioTrackStats.getFrozenRate |
( |
| ) |
|
◆ getJitterBufferDelay()
| int io.agora.rtc.RemoteAudioTrackStats.getJitterBufferDelay |
( |
| ) |
|
◆ getNetworkTransportDelay()
| int io.agora.rtc.RemoteAudioTrackStats.getNetworkTransportDelay |
( |
| ) |
|
◆ getNumChannels()
| int io.agora.rtc.RemoteAudioTrackStats.getNumChannels |
( |
| ) |
|
◆ getQuality()
| int io.agora.rtc.RemoteAudioTrackStats.getQuality |
( |
| ) |
|
◆ getReceivedBitrate()
| int io.agora.rtc.RemoteAudioTrackStats.getReceivedBitrate |
( |
| ) |
|
◆ getReceivedBytes()
| long io.agora.rtc.RemoteAudioTrackStats.getReceivedBytes |
( |
| ) |
|
◆ getReceivedSampleRate()
| int io.agora.rtc.RemoteAudioTrackStats.getReceivedSampleRate |
( |
| ) |
|
◆ getTotalFrozenTime()
| int io.agora.rtc.RemoteAudioTrackStats.getTotalFrozenTime |
( |
| ) |
|
◆ getUid()
| int io.agora.rtc.RemoteAudioTrackStats.getUid |
( |
| ) |
|
◆ setAudioLossRate()
| void io.agora.rtc.RemoteAudioTrackStats.setAudioLossRate |
( |
int | audioLossRate | ) |
|
◆ setFrozenRate()
| void io.agora.rtc.RemoteAudioTrackStats.setFrozenRate |
( |
int | frozenRate | ) |
|
◆ setJitterBufferDelay()
| void io.agora.rtc.RemoteAudioTrackStats.setJitterBufferDelay |
( |
int | jitterBufferDelay | ) |
|
◆ setNetworkTransportDelay()
| void io.agora.rtc.RemoteAudioTrackStats.setNetworkTransportDelay |
( |
int | networkTransportDelay | ) |
|
◆ setNumChannels()
| void io.agora.rtc.RemoteAudioTrackStats.setNumChannels |
( |
int | numChannels | ) |
|
◆ setQuality()
| void io.agora.rtc.RemoteAudioTrackStats.setQuality |
( |
int | quality | ) |
|
◆ setReceivedBitrate()
| void io.agora.rtc.RemoteAudioTrackStats.setReceivedBitrate |
( |
int | receivedBitrate | ) |
|
◆ setReceivedBytes()
| void io.agora.rtc.RemoteAudioTrackStats.setReceivedBytes |
( |
long | receivedBytes | ) |
|
◆ setReceivedSampleRate()
| void io.agora.rtc.RemoteAudioTrackStats.setReceivedSampleRate |
( |
int | receivedSampleRate | ) |
|
◆ setTotalFrozenTime()
| void io.agora.rtc.RemoteAudioTrackStats.setTotalFrozenTime |
( |
int | totalFrozenTime | ) |
|
◆ setUid()
| void io.agora.rtc.RemoteAudioTrackStats.setUid |
( |
int | uid | ) |
|
◆ audioLossRate
| int io.agora.rtc.RemoteAudioTrackStats.audioLossRate |
|
private |
◆ frozenRate
| int io.agora.rtc.RemoteAudioTrackStats.frozenRate |
|
private |
◆ jitterBufferDelay
| int io.agora.rtc.RemoteAudioTrackStats.jitterBufferDelay |
|
private |
◆ networkTransportDelay
| int io.agora.rtc.RemoteAudioTrackStats.networkTransportDelay |
|
private |
◆ numChannels
| int io.agora.rtc.RemoteAudioTrackStats.numChannels |
|
private |
◆ quality
| int io.agora.rtc.RemoteAudioTrackStats.quality |
|
private |
◆ receivedBitrate
| int io.agora.rtc.RemoteAudioTrackStats.receivedBitrate |
|
private |
◆ receivedBytes
| long io.agora.rtc.RemoteAudioTrackStats.receivedBytes |
|
private |
◆ receivedSampleRate
| int io.agora.rtc.RemoteAudioTrackStats.receivedSampleRate |
|
private |
◆ totalFrozenTime
| int io.agora.rtc.RemoteAudioTrackStats.totalFrozenTime |
|
private |
◆ uid
| int io.agora.rtc.RemoteAudioTrackStats.uid |
|
private |
The documentation for this class was generated from the following file: