Struct alto::efx::HighpassFilter [] [src]

pub struct HighpassFilter { /* fields omitted */ }

AL_FILTER_HIGHPASS

Methods

impl HighpassFilter
[src]

alGetFilterf(AL_HIGHPASS_GAIN)

alFilterf(AL_HIGHPASS_GAIN)

alGetFilterf(AL_HIGHPASS_GAINLF)

alFilterf(AL_HIGHPASS_GAINLF)

Trait Implementations

impl Filter for HighpassFilter
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for HighpassFilter
[src]

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