NERoomLiveConfig class

音视频流编码参数等设置

Constructors

NERoomLiveConfig({bool singleVideoPassthrough = false, int audioBitrate = 64, NERoomLiveStreamAudioSampleRate sampleRate = NERoomLiveStreamAudioSampleRate.kAudioSampleRate48000, int channels = 2, NERoomLiveStreamAudioCodecProfile audioCodecProfile = NERoomLiveStreamAudioCodecProfile.kLCAAC})

Properties

audioBitrate int
音频推流码率
final
audioCodecProfile NERoomLiveStreamAudioCodecProfile
音频编码规格 详细信息请参考 NERoomLiveStreamAudioCodecProfile
final
channels int
音频推流声道数
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate NERoomLiveStreamAudioSampleRate
音频推流采样率
final
singleVideoPassthrough bool
单路视频透传开关
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited