AudioReverbPreset enum

The preset local voice reverberation option.

Inheritance

Constructors

AudioReverbPreset()
const

Values

Off → const AudioReverbPreset

Turn off local voice reverberation, that is, to use the original voice.

The reverberation style typical of popular music (enhanced).

RnB → const AudioReverbPreset

The reverberation style typical of R&B music (enhanced).

Rock → const AudioReverbPreset

The reverberation style typical of rock music.

HipHop → const AudioReverbPreset

The reverberation style typical of hip-hop music.

VocalConcert → const AudioReverbPreset

The reverberation style typical of a concert hall.

KTV → const AudioReverbPreset

The reverberation style typical of a KTV venue (enhanced).

Studio → const AudioReverbPreset

The reverberation style typical of a recording studio (enhanced).

FX_KTV → const AudioReverbPreset

The reverberation style typical of a KTV venue (enhanced).

FX_VOCAL_CONCERT → const AudioReverbPreset

The reverberation style typical of a concert hall (enhanced).

FX_UNCLE → const AudioReverbPreset

The reverberation style typical of an uncle’s voice.

FX_SISTER → const AudioReverbPreset

The reverberation style typical of a sister’s voice.

FX_STUDIO → const AudioReverbPreset

The reverberation style typical of a recording studio (enhanced).

The reverberation style typical of popular music (enhanced).

FX_RNB → const AudioReverbPreset

The reverberation style typical of R&B music (enhanced).

FX_PHONOGRAPH → const AudioReverbPreset

The reverberation style typical of the vintage phonograph.

VIRTUAL_STEREO → const AudioReverbPreset

The reverberation of the virtual stereo. The virtual stereo is an effect that renders the monophonic audio as the stereo audio, so that all users in the channel can hear the stereo voice effect. To achieve better virtual stereo reverberation, anyrtc recommends setting the profile parameter in RtcEngine.setAudioProfile as AudioProfile.MusicHighQualityStereo.

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<AudioReverbPreset>
A constant List of the values in this enum, in order of their declaration.