NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcAudioRecvStats类 参考

The stats of the audio stream from a remote user. 更多...

#import <NERtcEngineStatistics.h>

类 NERtcAudioRecvStats 继承关系图:

属性

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

- (int32_t) frozenRate
readwritenonatomicassign

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

- (uint64_t) uid
readwritenonatomicassign

The user ID that is used to identify the audio stream

◆ volume

- (int) volume
readwritenonatomicassign

The volume level (0-100)


该类的文档由以下文件生成: