Struct alto::BandpassFilter [] [src]

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

AL_FILTER_BANDPASS

Methods

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

alGetFilterf(AL_BANDPASS_GAIN)

alFilterf(AL_BANDPASS_GAIN)

alGetFilterf(AL_BANDPASS_GAINLF)

alFilterf(AL_BANDPASS_GAINLF)

alGetFilterf(AL_BANDPASS_GAINHF)

alFilterf(AL_BANDPASS_GAINHF)

Trait Implementations

impl<'d: 'c, 'c> FilterTrait<'d, 'c> for BandpassFilter<'d, 'c>
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

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

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