Struct wasapi::Windows::Win32::Media::Audio::CoreAudio::IMMDeviceEnumerator [−][src]
#[repr(transparent)]pub struct IMMDeviceEnumerator(_);
Implementations
pub unsafe fn EnumAudioEndpoints(
&self,
dataflow: EDataFlow,
dwstatemask: u32
) -> Result<IMMDeviceCollection>
pub unsafe fn GetDefaultAudioEndpoint(
&self,
dataflow: EDataFlow,
role: ERole
) -> Result<IMMDevice>
pub unsafe fn GetDevice<'a, Param0: IntoParam<'a, PWSTR>>(
&self,
pwstrid: Param0
) -> Result<IMMDevice>
pub unsafe fn RegisterEndpointNotificationCallback<'a, Param0: IntoParam<'a, IMMNotificationClient>>(
&self,
pclient: Param0
) -> Result<()>
pub unsafe fn UnregisterEndpointNotificationCallback<'a, Param0: IntoParam<'a, IMMNotificationClient>>(
&self,
pclient: Param0
) -> Result<()>
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IMMDeviceEnumerator
impl !Send for IMMDeviceEnumerator
impl !Sync for IMMDeviceEnumerator
impl Unpin for IMMDeviceEnumerator
impl UnwindSafe for IMMDeviceEnumerator
Blanket Implementations
Mutably borrows from an owned value. Read more