Struct IAMAudioInputMixer_Vtbl
#[repr(C)]pub struct IAMAudioInputMixer_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub SetEnable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetMono: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Mono: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetMixLevel: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub MixLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetPan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Pan: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetLoudness: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub Loudness: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetTreble: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Treble: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TrebleRange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetBass: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub Bass: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub BassRange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetEnable: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetMono: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Mono: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetMixLevel: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§MixLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetPan: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Pan: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetLoudness: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§Loudness: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetTreble: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Treble: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§TrebleRange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§SetBass: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§Bass: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§BassRange: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Implementations§
§impl IAMAudioInputMixer_Vtbl
impl IAMAudioInputMixer_Vtbl
pub const fn new<Identity: IAMAudioInputMixer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMAudioInputMixer_Vtbl
impl RefUnwindSafe for IAMAudioInputMixer_Vtbl
impl Send for IAMAudioInputMixer_Vtbl
impl Sync for IAMAudioInputMixer_Vtbl
impl Unpin for IAMAudioInputMixer_Vtbl
impl UnwindSafe for IAMAudioInputMixer_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more