pub trait IAudioEffectDefinition_Impl: Sized {
    // Required methods
    fn ActivatableClassId(&self) -> Result<HSTRING>;
    fn Properties(&self) -> Result<IPropertySet>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§