Struct audio_device_windows_sys::Windows::Win32::CoreAudio::IAudioTreble[][src]

#[repr(transparent)]pub struct IAudioTreble(_);

Implementations

impl IAudioTreble[src]

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

pub unsafe fn GetLevelRange(
    &self,
    nchannel: u32,
    pfminleveldb: *mut f32,
    pfmaxleveldb: *mut f32,
    pfstepping: *mut f32
) -> HRESULT
[src]

pub unsafe fn GetLevel(&self, nchannel: u32, pfleveldb: *mut f32) -> HRESULT[src]

pub unsafe fn SetLevel(
    &self,
    nchannel: u32,
    fleveldb: f32,
    pguideventcontext: *mut Guid
) -> HRESULT
[src]

pub unsafe fn SetLevelUniform(
    &self,
    fleveldb: f32,
    pguideventcontext: *mut Guid
) -> HRESULT
[src]

pub unsafe fn SetLevelAllChannels(
    &self,
    alevelsdb: *mut f32,
    cchannels: u32,
    pguideventcontext: *mut Guid
) -> HRESULT
[src]

Trait Implementations

impl Clone for IAudioTreble[src]

impl Debug for IAudioTreble[src]

impl Eq for IAudioTreble[src]

impl From<&'_ IAudioTreble> for IPerChannelDbLevel[src]

impl From<IAudioTreble> for IPerChannelDbLevel[src]

impl Interface for IAudioTreble[src]

type Vtable = IAudioTreble_abi

impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioTreble[src]

impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioTreble[src]

impl<'a> IntoParam<'a, IUnknown> for IAudioTreble[src]

impl<'a> IntoParam<'a, IUnknown> for &'a IAudioTreble[src]

impl PartialEq<IAudioTreble> for IAudioTreble[src]

impl StructuralEq for IAudioTreble[src]

impl StructuralPartialEq for IAudioTreble[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

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

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

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

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

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

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> 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.