Struct alto::HighpassFilter [] [src]

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

AL_FILTER_HIGHPASS

Methods

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

alGetFilterf(AL_HIGHPASS_GAIN)

alFilterf(AL_HIGHPASS_GAIN)

alGetFilterf(AL_HIGHPASS_GAINLF)

alFilterf(AL_HIGHPASS_GAINLF)

Trait Implementations

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

Context from which this effect was created.

Raw handle as provided by OpenAL.

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

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