Struct alto::efx::LowpassFilter [] [src]

pub struct LowpassFilter { /* fields omitted */ }

AL_FILTER_LOWPASS

Methods

impl LowpassFilter
[src]

alGetFilterf(AL_LOWPASS_GAIN)

alFilterf(AL_LOWPASS_GAIN)

alGetFilterf(AL_LOWPASS_GAINHF)

alFilterf(AL_LOWPASS_GAINHF)

Trait Implementations

impl Filter for LowpassFilter
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for LowpassFilter
[src]

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