Trait windows::Win32::Media::Speech::ISpeechAudioStatus_Impl

pub trait ISpeechAudioStatus_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn FreeBufferSpace(&self) -> Result<i32>;
    fn NonBlockingIO(&self) -> Result<i32>;
    fn State(&self) -> Result<SpeechAudioState>;
    fn CurrentSeekPosition(&self) -> Result<VARIANT>;
    fn CurrentDevicePosition(&self) -> Result<VARIANT>;
}

Required Methods§

fn FreeBufferSpace(&self) -> Result<i32>

fn NonBlockingIO(&self) -> Result<i32>

fn State(&self) -> Result<SpeechAudioState>

fn CurrentSeekPosition(&self) -> Result<VARIANT>

fn CurrentDevicePosition(&self) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§