Trait windows::Win32::Media::Audio::Endpoints::IAudioLfxControl_Impl

pub trait IAudioLfxControl_Impl: Sized {
    // Required methods
    fn SetLocalEffectsState(&self, benabled: BOOL) -> Result<()>;
    fn GetLocalEffectsState(&self) -> Result<BOOL>;
}

Required Methods§

fn SetLocalEffectsState(&self, benabled: BOOL) -> Result<()>

fn GetLocalEffectsState(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§