NERtcAudioProfile enum

音频属性。设置采样率,码率,编码模式和声道数

Inheritance

Constructors

NERtcAudioProfile()
const

Values

profileDefault → const NERtcAudioProfile

默认设置。Speech场景下为Standard,Music场景下为HighQuality

profileStandard → const NERtcAudioProfile

普通质量的音频编码,16000Hz,20Kbps

profileStandardExtend → const NERtcAudioProfile

普通质量的音频编码,16000Hz,32Kbps

profileMiddleQuality → const NERtcAudioProfile

中等质量的音频编码,48000Hz,32Kbps

profileMiddleQualityStereo → const NERtcAudioProfile

中等质量的立体声编码,48000Hz * 2,64Kbps

profileHighQuality → const NERtcAudioProfile

高质量的音频编码,48000Hz,64Kbps

profileHighQualityStereo → const NERtcAudioProfile

高质量的立体声编码,48000Hz * 2,128Kbps

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<NERtcAudioProfile>
A constant List of the values in this enum, in order of their declaration.