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

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

Fields

lpVtbl: *const ISpStreamFormatConverterVtbl

Methods

impl ISpStreamFormatConverter[src]

pub unsafe fn SetBaseStream(
    &self,
    pStream: *mut ISpStreamFormat,
    fSetFormatToBaseStreamFormat: BOOL,
    fWriteToBaseStream: BOOL
) -> HRESULT
[src]

pub unsafe fn GetBaseStream(
    &self,
    ppStream: *mut *mut ISpStreamFormat
) -> HRESULT
[src]

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

pub unsafe fn ResetSeekPosition(&self) -> HRESULT[src]

pub unsafe fn ScaleConvertedToBaseOffset(
    &self,
    ullOffsetConvertedStream: ULONGLONG,
    pullOffsetBaseStream: *mut ULONGLONG
) -> HRESULT
[src]

pub unsafe fn ScaleBaseToConvertedOffset(
    &self,
    ullOffsetBaseStream: ULONGLONG,
    pullOffsetConvertedStream: *mut ULONGLONG
) -> HRESULT
[src]

Methods from Deref<Target = ISpStreamFormat>

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

Trait Implementations

impl Interface for ISpStreamFormatConverter[src]

impl Deref for ISpStreamFormatConverter[src]

type Target = ISpStreamFormat

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]