AudioReverbPreset enum Null safety

预设的本地语音混响效果选项。

Constants

FX_KTV → const AudioReverbPreset

KTV(增强版)。

@JsonValue(0x00100001)
const AudioReverbPreset(8)
FX_PHONOGRAPH → const AudioReverbPreset

留声机。

@JsonValue(0x00100008)
const AudioReverbPreset(15)

流行(增强版)。

@JsonValue(0x00100006)
const AudioReverbPreset(13)
FX_RNB → const AudioReverbPreset

R&B(增强版)。

@JsonValue(0x00100007)
const AudioReverbPreset(14)
FX_SISTER → const AudioReverbPreset

小姐姐。

@JsonValue(0x00100004)
const AudioReverbPreset(11)
FX_STUDIO → const AudioReverbPreset

录音棚(增强版)。

@JsonValue(0x00100005)
const AudioReverbPreset(12)
FX_UNCLE → const AudioReverbPreset

大叔。

@JsonValue(0x00100003)
const AudioReverbPreset(10)
FX_VOCAL_CONCERT → const AudioReverbPreset

演唱会(增强版)。

@JsonValue(0x00100002)
const AudioReverbPreset(9)
HipHop → const AudioReverbPreset

嘻哈。

@JsonValue(0x00000004)
const AudioReverbPreset(4)
KTV → const AudioReverbPreset

KTV。

@JsonValue(0x00000006)
const AudioReverbPreset(6)
Off → const AudioReverbPreset

原声,即关闭本地语音混响。

@JsonValue(0x00000000)
const AudioReverbPreset(0)

流行。

@JsonValue(0x00000001)
const AudioReverbPreset(1)
RnB → const AudioReverbPreset

R&B。

@JsonValue(0x00000002)
const AudioReverbPreset(2)
Rock → const AudioReverbPreset

摇滚。

@JsonValue(0x00000003)
const AudioReverbPreset(3)
Studio → const AudioReverbPreset

录音棚。

@JsonValue(0x00000007)
const AudioReverbPreset(7)
values → const List<AudioReverbPreset>

A constant List of the values in this enum, in order of their declaration.

const List<AudioReverbPreset>
VIRTUAL_STEREO → const AudioReverbPreset

虚拟立体声。虚拟立体声是指将单声道的音轨渲染出立体声的效果,使频道内所有用户听到有空间感的声音效果。为达到更好的虚拟立体声效果, Agora 推荐在调用该方法前将 RtcEngine.setAudioProfileprofile 参数设置为 AudioProfile.MusicHighQualityStereo

@JsonValue(0x00200001)
const AudioReverbPreset(16)
VocalConcert → const AudioReverbPreset

演唱会。

@JsonValue(0x00000005)
const AudioReverbPreset(5)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

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