NERtc Unity SDK V.5.4.128
载入中...
搜索中...
未找到
nertc.RtcAudioLayerSendStats结构体 参考

Public 属性

RtcAudioStreamType streamType
 
int numChannels
 
int sentSampleRate
 
int sentBitrate
 
int audioLossRate
 
long rtt
 
uint volume
 
uint capVolume
 

详细描述

本地音频流上传统计信息。

类成员变量说明

◆ streamType

RtcAudioStreamType nertc.RtcAudioLayerSendStats.streamType

音频流通道类型。

◆ numChannels

int nertc.RtcAudioLayerSendStats.numChannels

当前采集声道数。

◆ sentSampleRate

int nertc.RtcAudioLayerSendStats.sentSampleRate

本地上行音频采样率。

◆ sentBitrate

int nertc.RtcAudioLayerSendStats.sentBitrate

(上次统计后)发送码率(Kbps)。

◆ audioLossRate

int nertc.RtcAudioLayerSendStats.audioLossRate

特定时间内的音频丢包率 (%)。

◆ rtt

long nertc.RtcAudioLayerSendStats.rtt

RTT。

◆ volume

uint nertc.RtcAudioLayerSendStats.volume

音量,范围为 0(最低)- 100(最高)。

◆ capVolume

uint nertc.RtcAudioLayerSendStats.capVolume

采集音量,范围为 0(最低)- 100(最高)。


该结构体的文档由以下文件生成: