[][src]Struct winapi::um::sapi51::ISpMMSysAudio

#[repr(C)]
pub struct ISpMMSysAudio { pub lpVtbl: *const ISpMMSysAudioVtbl, }

Fields

lpVtbl: *const ISpMMSysAudioVtbl

Methods

impl ISpMMSysAudio[src]

pub unsafe fn GetDeviceId(&self, puDeviceId: *mut UINT) -> HRESULT[src]

pub unsafe fn SetDeviceId(&self, uDeviceId: UINT) -> HRESULT[src]

pub unsafe fn GetMMHandle(&self, pHandle: *mut *mut c_void) -> HRESULT[src]

pub unsafe fn GetLineId(&self, puLineId: *mut UINT) -> HRESULT[src]

pub unsafe fn SetLineId(&self, uLineId: UINT) -> HRESULT[src]

Methods from Deref<Target = ISpAudio>

pub unsafe fn SetState(
    &self,
    NewState: SPAUDIOSTATE,
    ullReserved: ULONGLONG
) -> HRESULT
[src]

pub unsafe fn SetFormat(
    &self,
    rguidFmtId: REFGUID,
    pWaveFormatEx: *const WAVEFORMATEX
) -> HRESULT
[src]

pub unsafe fn GetStatus(&self, pStatus: *mut SPAUDIOSTATUS) -> HRESULT[src]

pub unsafe fn SetBufferInfo(
    &self,
    pBuffInfo: *const SPAUDIOBUFFERINFO
) -> HRESULT
[src]

pub unsafe fn GetBufferInfo(&self, pBuffInfo: *mut SPAUDIOBUFFERINFO) -> HRESULT[src]

pub unsafe fn GetDefaultFormat(
    &self,
    pFormatId: *mut GUID,
    ppCoMemWaveFormatEx: *mut *mut WAVEFORMATEX
) -> HRESULT
[src]

pub unsafe fn EventHandle(&self) -> HANDLE[src]

pub unsafe fn GetVolumeLevel(&self, pLevel: *mut ULONG) -> HRESULT[src]

pub unsafe fn SetVolumeLevel(&self, Level: ULONG) -> HRESULT[src]

pub unsafe fn GetBufferNotifySize(&self, pcbSize: *mut ULONG) -> HRESULT[src]

pub unsafe fn SetBufferNotifySize(&self, cbSize: ULONG) -> HRESULT[src]

Trait Implementations

impl Interface for ISpMMSysAudio[src]

impl Deref for ISpMMSysAudio[src]

type Target = ISpAudio

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]