Trait windows::Win32::Media::Audio::IAudioOutputSelector_Impl
pub trait IAudioOutputSelector_Impl: Sized {
// Required methods
fn GetSelection(&self) -> Result<u32>;
fn SetSelection(
&self,
nidselect: u32,
pguideventcontext: *const GUID,
) -> Result<()>;
}
Required Methods§
fn GetSelection(&self) -> Result<u32>
fn SetSelection( &self, nidselect: u32, pguideventcontext: *const GUID, ) -> Result<()>
Object Safety§
This trait is not object safe.