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

The uplink stats of the local audio stream 更多...

#import <NERtcEngineStatistics.h>

类 NERtcAudioSendStats 继承关系图:

属性

int64_t sentBitrate
 Publishing bitrate after the last report (kbps) 更多...
 
int16_t lossRate
 Audio packet loss rate within a specific time 更多...
 
int64_t rtt
 
int volume
 The volume level (0-100) 更多...
 
int16_t numChannels
 The number of audio channels for audio capture. 更多...
 
int32_t sentSampleRate
 The local audio sampling rate (Hz) 更多...
 

详细描述

The uplink stats of the local audio stream

属性说明

◆ lossRate

- (int16_t) lossRate
readwritenonatomicassign

Audio packet loss rate within a specific time

◆ numChannels

- (int16_t) numChannels
readwritenonatomicassign

The number of audio channels for audio capture.

◆ rtt

- (int64_t) rtt
readwritenonatomicassign

◆ sentBitrate

- (int64_t) sentBitrate
readwritenonatomicassign

Publishing bitrate after the last report (kbps)

◆ sentSampleRate

- (int32_t) sentSampleRate
readwritenonatomicassign

The local audio sampling rate (Hz)

◆ volume

- (int) volume
readwritenonatomicassign

The volume level (0-100)


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