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

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

Fields

lpVtbl: *const ISpeechAudioVtbl

Methods

impl ISpeechAudio[src]

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]

Methods from Deref<Target = ISpeechBaseStream>

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

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

pub unsafe fn Read(
    &self,
    Buffer: *mut VARIANT,
    NumberOfBytes: c_long,
    BytesRead: *mut c_long
) -> HRESULT
[src]

pub unsafe fn Write(
    &self,
    Buffer: VARIANT,
    BytesWritten: *mut c_long
) -> HRESULT
[src]

pub unsafe fn Seek(
    &self,
    Position: VARIANT,
    Origin: SpeechStreamSeekPositionType,
    NewPosition: *mut VARIANT
) -> HRESULT
[src]

Trait Implementations

impl Interface for ISpeechAudio[src]

impl Deref for ISpeechAudio[src]

type Target = ISpeechBaseStream

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for ISpeechAudio

impl !Sync for ISpeechAudio

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]