Struct alto::DistortionEffect [] [src]

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

AL_EFFECT_DISTORTION

Methods

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

alGetEffectf(AL_DISTORTION_EDGE)

alEffectf(AL_DISTORTION_EDGE)

alGetEffectf(AL_DISTORTION_LOWPASS_CUTOFF)

alEffectf(AL_DISTORTION_LOWPASS_CUTOFF)

alGetEffectf(AL_DISTORTION_EQCENTER)

alEffectf(AL_DISTORTION_EQCENTER)

alGetEffectf(AL_DISTORTION_EQBANDWIDTH)

alEffectf(AL_DISTORTION_EQBANDWIDTH)

Trait Implementations

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

Context from which this effect was created.

Raw handle as provided by OpenAL.

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

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