NERoomRtcAudioProfile class

Constructors

NERoomRtcAudioProfile()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

DEFAULT → const int
默认设置。语音场景下为 STANDARD,音乐场景下为 HIGH_QUALITY。
HIGH_QUALITY → const int
高音质模式。采样率为 48 kHz、音乐编码、单声道、编码码率最大值为 64 Kbps。
HIGH_QUALITY_STEREO → const int
高音质模式(立体音)。采样率为 48 kHz、音乐编码、双声道、编码码率最大值为 128 Kbps。
MIDDLE_QUALITY → const int
中等音质模式。采样率为 48 kHz、音乐编码、单声道、编码码率最大值为 32 Kbps。
MIDDLE_QUALITY_STEREO → const int
中等音质模式(立体音)。采样率为 48 kHz、音乐编码、双声道、编码码率最大值为 64 Kbps。
STANDARD → const int
标准音质模式。采样率为 16 kHz、语音编码、单声道、编码码率最大值为 20 Kbps。
STANDARD_EXTEND → const int
标准扩展模式。采样率为 16 kHz、语音编码、单声道、编码码率最大值为 32 Kbps。