Struct alto::efx::CompressorEffect [] [src]

pub struct CompressorEffect { /* fields omitted */ }

AL_EFFECT_COMPRESSOR

Methods

impl CompressorEffect
[src]

alGetEffecti(AL_COMPRESSOR_ONOFF)

alEffecti(AL_COMPRESSOR_ONOFF)

Trait Implementations

impl Effect for CompressorEffect
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl Drop for CompressorEffect
[src]

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