Class NERoomRtcAudioFrameRequestFormat
-
- All Implemented Interfaces:
public final class NERoomRtcAudioFrameRequestFormat
-
-
Constructor Summary
Constructors Constructor Description NERoomRtcAudioFrameRequestFormat(Integer channels, Integer sampleRate, Integer opMode)
-
Method Summary
Modifier and Type Method Description final Integer
getChannels()
音频房间数量 1:单声道。2:双声道。 final Unit
setChannels(Integer channels)
音频房间数量 1:单声道。2:双声道。 final Integer
getSampleRate()
音频采样率 final Unit
setSampleRate(Integer sampleRate)
音频采样率 final Integer
getOpMode()
音频数据读写权限 NERoomRtcAudioFrameOpMode final Unit
setOpMode(Integer opMode)
音频数据读写权限 NERoomRtcAudioFrameOpMode -
-
Method Detail
-
getChannels
final Integer getChannels()
音频房间数量 1:单声道。2:双声道。
-
setChannels
final Unit setChannels(Integer channels)
音频房间数量 1:单声道。2:双声道。
-
getSampleRate
final Integer getSampleRate()
音频采样率
-
setSampleRate
final Unit setSampleRate(Integer sampleRate)
音频采样率
-
getOpMode
final Integer getOpMode()
音频数据读写权限 NERoomRtcAudioFrameOpMode
-
setOpMode
final Unit setOpMode(Integer opMode)
音频数据读写权限 NERoomRtcAudioFrameOpMode
-
-
-
-