Struct windows::Win32::Media::MediaFoundation::IMFAudioStreamVolume_Vtbl
#[repr(C)]pub struct IMFAudioStreamVolume_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetChannelVolume: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32) -> HRESULT,
pub GetChannelVolume: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT,
pub SetAllVolumes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const f32) -> HRESULT,
pub GetAllVolumes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetChannelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetChannelVolume: unsafe extern "system" fn(_: *mut c_void, _: u32, _: f32) -> HRESULT
§GetChannelVolume: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT
§SetAllVolumes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const f32) -> HRESULT
§GetAllVolumes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut f32) -> HRESULT
Implementations§
§impl IMFAudioStreamVolume_Vtbl
impl IMFAudioStreamVolume_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFAudioStreamVolume_Vtblwhere
Identity: IMFAudioStreamVolume_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFAudioStreamVolume_Vtbl
impl RefUnwindSafe for IMFAudioStreamVolume_Vtbl
impl Send for IMFAudioStreamVolume_Vtbl
impl Sync for IMFAudioStreamVolume_Vtbl
impl Unpin for IMFAudioStreamVolume_Vtbl
impl UnwindSafe for IMFAudioStreamVolume_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