NERtc Unity SDK  V5.4.5
Public 属性 | 所有成员列表
nertc.RtcAudioEncodedFrame结构体 参考

Public 属性

IntPtr data
 
long timestamp
 
int sampleRate
 
int channels
 
int samplesPerchannel
 
int encodedLength
 
int encodedTimestamp
 
RtcAudioPayloadType payloadType
 
ushort rmsLevel
 

详细描述

外部输入的编码后音频帧。

类成员变量说明

◆ data

IntPtr nertc.RtcAudioEncodedFrame.data

编码后音频帧数据。

◆ timestamp

long nertc.RtcAudioEncodedFrame.timestamp

时间戳, 单位为微妙。

◆ sampleRate

int nertc.RtcAudioEncodedFrame.sampleRate

音频采样率。

◆ channels

int nertc.RtcAudioEncodedFrame.channels

音频声道数。

◆ samplesPerchannel

int nertc.RtcAudioEncodedFrame.samplesPerchannel

该编码片段中每个声道的样本数。

◆ encodedLength

int nertc.RtcAudioEncodedFrame.encodedLength

编码后音频帧数据长度。

◆ encodedTimestamp

int nertc.RtcAudioEncodedFrame.encodedTimestamp

编码时间, 单位为样本数, 如0、960、1920...递增。

◆ payloadType

RtcAudioPayloadType nertc.RtcAudioEncodedFrame.payloadType

编码后音频帧payload类型,详细信息请参考 NERtcAudioPayloadType。

◆ rmsLevel

ushort nertc.RtcAudioEncodedFrame.rmsLevel

音频数据音量标记,有效值[0,100],用于后台ASL选路时参考。默认100。


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