The stats of the audio stream from a remote user.
更多...
#import <NERtcEngineStatistics.h>
|
| uint64_t | uid |
| | The user ID that is used to identify the audio stream 更多...
|
| |
| int64_t | receivedBitrate |
| | Bitrate of each stream received after the last report (kbps) 更多...
|
| |
| int16_t | audioLossRate |
| | Audio packet loss rate within a specific time 更多...
|
| |
| int | volume |
| | The volume level (0-100) 更多...
|
| |
| int64_t | totalFrozenTime |
| | The cumulative duration when the audio frames freeze, starting from receiving the audio stream from the remote user 更多...
|
| |
| int32_t | frozenRate |
| | Average audio frozen rate, starting from receiving the audio stream from the remote user 更多...
|
| |
The stats of the audio stream from a remote user.
◆ audioLossRate
| - (int16_t) audioLossRate |
|
readwritenonatomicassign |
Audio packet loss rate within a specific time
◆ frozenRate
Average audio frozen rate, starting from receiving the audio stream from the remote user
◆ receivedBitrate
| - (int64_t) receivedBitrate |
|
readwritenonatomicassign |
Bitrate of each stream received after the last report (kbps)
◆ totalFrozenTime
| - (int64_t) totalFrozenTime |
|
readwritenonatomicassign |
The cumulative duration when the audio frames freeze, starting from receiving the audio stream from the remote user
◆ uid
The user ID that is used to identify the audio stream
◆ volume
该类的文档由以下文件生成: