pub trait IDirectSoundFXEcho_Impl: Sized {
    // Required methods
    fn SetAllParameters(&self, pcdsfxecho: *const DSFXEcho) -> Result<()>;
    fn GetAllParameters(&self, pdsfxecho: *mut DSFXEcho) -> Result<()>;
}

Required Methods§

fn SetAllParameters(&self, pcdsfxecho: *const DSFXEcho) -> Result<()>

fn GetAllParameters(&self, pdsfxecho: *mut DSFXEcho) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§