Struct alto::CompressorEffect [] [src]

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

AL_EFFECT_COMPRESSOR

Methods

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

alGetEffecti(AL_COMPRESSOR_ONOFF)

alEffecti(AL_COMPRESSOR_ONOFF)

Trait Implementations

impl<'d: 'c, 'c> EffectTrait<'d, 'c> for CompressorEffect<'d, 'c>
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

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

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