Struct alto::PitchShifterEffect [] [src]

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

AL_EFFECT_PITCH_SHIFTER

Methods

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

alGetEffecti(AL_PITCH_SHIFTER_COARSE_TUNE)

alEffecti(AL_PITCH_SHIFTER_COARSE_TUNE)

alGetEffecti(AL_PITCH_SHIFTER_FINE_TUNE)

alEffecti(AL_PITCH_SHIFTER_FINE_TUNE)

Trait Implementations

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

Context from which this effect was created.

Raw handle as provided by OpenAL.

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

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