Struct alto::DedicatedDialogueEffect [] [src]

pub struct DedicatedDialogueEffect<'d: 'c, 'c> { /* fields omitted */ }

AL_EFFECT_DEDICATED_DIALOGUE Requires ALC_EXT_DEDICATED

Methods

impl<'d: 'c, 'c> DedicatedDialogueEffect<'d, 'c>
[src]

alGetEffectf(AL_EFFECT_DEDICATED_GAIN)

alEffectf(AL_EFFECT_DEDICATED_GAIN)

Trait Implementations

impl<'d: 'c, 'c> EffectTrait<'d, 'c> for DedicatedDialogueEffect<'d, 'c>
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl<'d: 'c, 'c> Drop for DedicatedDialogueEffect<'d, 'c>
[src]

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