Struct alto::PitchShifterEffect [] [src]

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

Methods

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

Trait Implementations

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

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

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