NERtc Unity SDK
V4.5.907
|
Public Attributes | |
bool | singleVideoPassthrough |
int | audioBitrate |
RtcLiveStreamAudioSampleRate | sampleRate |
int | channels |
RtcLiveStreamAudioCodecProfile | audioCodecProfile |
Streaming configuration.
bool nertc.RtcLiveStreamConfig.singleVideoPassthrough |
Enables or disables single video pass-through. By default, the setting is disabled.
int nertc.RtcLiveStreamConfig.audioBitrate |
The bitrate of the audio stream.
RtcLiveStreamAudioSampleRate nertc.RtcLiveStreamConfig.sampleRate |
The sample rate of the audio stream. Unit: Hz. The default value is kNERtcLiveStreamAudioSampleRate48000, which indicates the sample rate of 48 kHz.
int nertc.RtcLiveStreamConfig.channels |
The number of audio channels for publishing streams. The default value is 2, which represents the stereo sound.
RtcLiveStreamAudioCodecProfile nertc.RtcLiveStreamConfig.audioCodecProfile |
The audio encoding profile. The default value is kNERtcLiveStreamAudioCodecProfileLCAAC, which is the basic encoding profile.