[][src]Struct winapi::um::devicetopology::IAudioBass

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

Fields

lpVtbl: *const IAudioBassVtbl

Methods from Deref<Target = IPerChannelDbLevel>

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

pub unsafe fn GetLevelRange(
    &self,
    nChannel: UINT,
    pfMinLevelDB: *mut c_float,
    pfMaxLevelDB: *mut c_float,
    pfStepping: *mut c_float
) -> HRESULT
[src]

pub unsafe fn GetLevel(
    &self,
    nChannel: UINT,
    pfLevelDB: *mut c_float
) -> HRESULT
[src]

pub unsafe fn SetLevel(
    &self,
    nChannel: UINT,
    fLevelDB: c_float,
    pguidEventContext: LPCGUID
) -> HRESULT
[src]

pub unsafe fn SetLevelUniform(
    &self,
    fLevelDB: c_float,
    pguidEventContext: LPCGUID
) -> HRESULT
[src]

pub unsafe fn SetLevelAllChannels(
    &self,
    aLevelsDB: *mut c_float,
    cChannels: ULONG,
    pguidEventContext: LPCGUID
) -> HRESULT
[src]

Trait Implementations

impl Interface for IAudioBass[src]

impl Deref for IAudioBass[src]

type Target = IPerChannelDbLevel

The resulting type after dereferencing.

Auto Trait Implementations

impl Unpin for IAudioBass

impl !Send for IAudioBass

impl !Sync for IAudioBass

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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