Struct alto::efx::DedicatedDialogueEffect [] [src]

pub struct DedicatedDialogueEffect { /* fields omitted */ }

AL_EFFECT_DEDICATED_DIALOGUE Requires ALC_EXT_DEDICATED

Methods

impl DedicatedDialogueEffect
[src]

alGetEffectf(AL_EFFECT_DEDICATED_GAIN)

alEffectf(AL_EFFECT_DEDICATED_GAIN)

Trait Implementations

impl Effect for DedicatedDialogueEffect
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for DedicatedDialogueEffect
[src]

A method called when the value goes out of scope. Read more