Struct windows::Win32::Media::Audio::ISpatialAudioObjectForHrtf_Vtbl
#[repr(C)]pub struct ISpatialAudioObjectForHrtf_Vtbl {
pub base__: ISpatialAudioObjectBase_Vtbl,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT,
pub SetGain: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: *const *const f32) -> HRESULT,
pub SetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: SpatialAudioHrtfEnvironmentType) -> HRESULT,
pub SetDistanceDecay: unsafe extern "system" fn(_: *mut c_void, _: *const SpatialAudioHrtfDistanceDecay) -> HRESULT,
pub SetDirectivity: unsafe extern "system" fn(_: *mut c_void, _: *const SpatialAudioHrtfDirectivityUnion) -> HRESULT,
}
Fields§
§base__: ISpatialAudioObjectBase_Vtbl
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32) -> HRESULT
§SetGain: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: *const *const f32) -> HRESULT
§SetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: SpatialAudioHrtfEnvironmentType) -> HRESULT
§SetDistanceDecay: unsafe extern "system" fn(_: *mut c_void, _: *const SpatialAudioHrtfDistanceDecay) -> HRESULT
§SetDirectivity: unsafe extern "system" fn(_: *mut c_void, _: *const SpatialAudioHrtfDirectivityUnion) -> HRESULT
Implementations§
§impl ISpatialAudioObjectForHrtf_Vtbl
impl ISpatialAudioObjectForHrtf_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpatialAudioObjectForHrtf_Vtblwhere
Identity: ISpatialAudioObjectForHrtf_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpatialAudioObjectForHrtf_Vtbl
impl RefUnwindSafe for ISpatialAudioObjectForHrtf_Vtbl
impl Send for ISpatialAudioObjectForHrtf_Vtbl
impl Sync for ISpatialAudioObjectForHrtf_Vtbl
impl Unpin for ISpatialAudioObjectForHrtf_Vtbl
impl UnwindSafe for ISpatialAudioObjectForHrtf_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