pub trait IAudioViewManagerService_Impl: Sized {
    // Required method
    fn SetAudioStreamWindow(&self, hwnd: HWND) -> Result<()>;
}

Required Methods§

fn SetAudioStreamWindow(&self, hwnd: HWND) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§