Trait windows::Win32::Media::Audio::DirectSound::IDirectSoundFXGargle_Impl
pub trait IDirectSoundFXGargle_Impl: Sized {
// Required methods
fn SetAllParameters(&self, pcdsfxgargle: *const DSFXGargle) -> Result<()>;
fn GetAllParameters(&self) -> Result<DSFXGargle>;
}
Required Methods§
fn SetAllParameters(&self, pcdsfxgargle: *const DSFXGargle) -> Result<()>
fn GetAllParameters(&self) -> Result<DSFXGargle>
Object Safety§
This trait is not object safe.