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

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

Fields

lpVtbl: *const ISpeechMMSysAudioVtbl

Methods

impl ISpeechMMSysAudio[src]

pub unsafe fn get_DeviceId(&self, DeviceId: *mut c_long) -> HRESULT[src]

pub unsafe fn put_DeviceId(&self, DeviceId: c_long) -> HRESULT[src]

pub unsafe fn get_LineId(&self, LineId: *mut c_long) -> HRESULT[src]

pub unsafe fn put_LineId(&self, LineId: c_long) -> HRESULT[src]

pub unsafe fn get_MMHandle(&self, Handle: *mut c_long) -> HRESULT[src]

Methods from Deref<Target = ISpeechAudio>

pub unsafe fn get_Status(&self, Status: *mut *mut ISpeechAudioStatus) -> HRESULT[src]

pub unsafe fn get_BufferInfo(
    &self,
    BufferInfo: *mut *mut ISpeechAudioBufferInfo
) -> HRESULT
[src]

pub unsafe fn get_DefaultFormat(
    &self,
    StreamFormat: *mut *mut ISpeechAudioFormat
) -> HRESULT
[src]

pub unsafe fn get_Volume(&self, Volume: *mut c_long) -> HRESULT[src]

pub unsafe fn put_Volume(&self, Volume: c_long) -> HRESULT[src]

pub unsafe fn get_BufferNotifySize(
    &self,
    BufferNotifySize: *mut c_long
) -> HRESULT
[src]

pub unsafe fn put_BufferNotifySize(&self, BufferNotifySize: c_long) -> HRESULT[src]

pub unsafe fn get_EventHandle(&self, EventHandle: *mut c_long) -> HRESULT[src]

pub unsafe fn SetState(&self, State: SpeechAudioState) -> HRESULT[src]

Trait Implementations

impl Interface for ISpeechMMSysAudio[src]

impl Deref for ISpeechMMSysAudio[src]

type Target = ISpeechAudio

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]