[][src]Enum agorartc_sys::agorartc::AUDIO_REVERB_PRESET

pub enum AUDIO_REVERB_PRESET {
    AUDIO_REVERB_OFF,
    AUDIO_REVERB_FX_KTV,
    AUDIO_REVERB_FX_VOCAL_CONCERT,
    AUDIO_REVERB_FX_UNCLE,
    AUDIO_REVERB_FX_SISTER,
    AUDIO_REVERB_FX_STUDIO,
    AUDIO_REVERB_FX_POPULAR,
    AUDIO_REVERB_FX_RNB,
    AUDIO_REVERB_FX_PHONOGRAPH,
    AUDIO_REVERB_POPULAR,
    AUDIO_REVERB_RNB,
    AUDIO_REVERB_ROCK,
    AUDIO_REVERB_HIPHOP,
    AUDIO_REVERB_VOCAL_CONCERT,
    AUDIO_REVERB_KTV,
    AUDIO_REVERB_STUDIO,
    AUDIO_VIRTUAL_STEREO,
}

Local voice reverberation presets.

Variants

AUDIO_REVERB_OFF

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

AUDIO_REVERB_FX_KTV

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

AUDIO_REVERB_FX_VOCAL_CONCERT

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

AUDIO_REVERB_FX_UNCLE

The reverberation style typical of an uncle's voice.

AUDIO_REVERB_FX_SISTER

The reverberation style typical of a little sister's voice.

AUDIO_REVERB_FX_STUDIO

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

The reverberation style typical of popular music (enhanced).

AUDIO_REVERB_FX_RNB

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

AUDIO_REVERB_FX_PHONOGRAPH

The reverberation style typical of the vintage phonograph.

The reverberation style typical of popular music.

AUDIO_REVERB_RNB

The reverberation style typical of R&B music.

AUDIO_REVERB_ROCK

The reverberation style typical of rock music.

AUDIO_REVERB_HIPHOP

The reverberation style typical of hip-hop music.

AUDIO_REVERB_VOCAL_CONCERT

The reverberation style typical of a concert hall.

AUDIO_REVERB_KTV

The reverberation style typical of a KTV venue.

AUDIO_REVERB_STUDIO

The reverberation style typical of a recording studio.

AUDIO_VIRTUAL_STEREO

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, Agora recommends setting profile in setAudioProfile as AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO(5).

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.