NERtc Unity SDK
V5.4.5
|
Public 属性 | |
IntPtr | data |
long | timestamp |
int | sampleRate |
int | channels |
int | samplesPerchannel |
int | encodedLength |
int | encodedTimestamp |
RtcAudioPayloadType | payloadType |
ushort | rmsLevel |
外部输入的编码后音频帧。
IntPtr nertc.RtcAudioEncodedFrame.data |
编码后音频帧数据。
long nertc.RtcAudioEncodedFrame.timestamp |
时间戳, 单位为微妙。
int nertc.RtcAudioEncodedFrame.sampleRate |
音频采样率。
int nertc.RtcAudioEncodedFrame.channels |
音频声道数。
int nertc.RtcAudioEncodedFrame.samplesPerchannel |
该编码片段中每个声道的样本数。
int nertc.RtcAudioEncodedFrame.encodedLength |
编码后音频帧数据长度。
int nertc.RtcAudioEncodedFrame.encodedTimestamp |
编码时间, 单位为样本数, 如0、960、1920...递增。
RtcAudioPayloadType nertc.RtcAudioEncodedFrame.payloadType |
编码后音频帧payload类型,详细信息请参考 NERtcAudioPayloadType。
ushort nertc.RtcAudioEncodedFrame.rmsLevel |
音频数据音量标记,有效值[0,100],用于后台ASL选路时参考。默认100。