io.agora.rtc.RemoteAudioTrackStats类 参考
构造及析构函数说明
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 | ) |
类成员变量说明
private
audioLossRate
|
private
frozenRate
|
private
jitterBufferDelay
|
private
networkTransportDelay
|
private
numChannels
|
private
quality
|
private
receivedBitrate
|
private
receivedBytes
|
private
receivedSampleRate
|
private
totalFrozenTime
|
private
uid
|