Struct alto::efx::PitchShifterEffect [] [src]

pub struct PitchShifterEffect { /* fields omitted */ }

AL_EFFECT_PITCH_SHIFTER

Methods

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

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for PitchShifterEffect
[src]

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