Struct alto::efx::DistortionEffect [] [src]

pub struct DistortionEffect { /* fields omitted */ }

AL_EFFECT_DISTORTION

Methods

impl DistortionEffect
[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 Effect for DistortionEffect
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for DistortionEffect
[src]

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