pub struct ISpatialAudioObjectRenderStreamForHrtf(/* private fields */);Implementations§
Source§impl ISpatialAudioObjectRenderStreamForHrtf
impl ISpatialAudioObjectRenderStreamForHrtf
pub unsafe fn GetAvailableDynamicObjectCount(&self, value: *mut u32) -> HRESULT
pub unsafe fn GetService( &self, riid: *const Guid, service: *mut *mut c_void, ) -> HRESULT
pub unsafe fn Start(&self) -> HRESULT
pub unsafe fn Stop(&self) -> HRESULT
pub unsafe fn Reset(&self) -> HRESULT
pub unsafe fn BeginUpdatingAudioObjects( &self, availabledynamicobjectcount: *mut u32, framecountperbuffer: *mut u32, ) -> HRESULT
pub unsafe fn EndUpdatingAudioObjects(&self) -> HRESULT
pub unsafe fn ActivateSpatialAudioObjectForHrtf( &self, type: AudioObjectType, audioobject: *mut Option<ISpatialAudioObjectForHrtf>, ) -> HRESULT
Trait Implementations§
Source§impl Clone for ISpatialAudioObjectRenderStreamForHrtf
impl Clone for ISpatialAudioObjectRenderStreamForHrtf
Source§fn clone(&self) -> ISpatialAudioObjectRenderStreamForHrtf
fn clone(&self) -> ISpatialAudioObjectRenderStreamForHrtf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<&ISpatialAudioObjectRenderStreamForHrtf> for ISpatialAudioObjectRenderStreamBase
impl From<&ISpatialAudioObjectRenderStreamForHrtf> for ISpatialAudioObjectRenderStreamBase
Source§fn from(value: &ISpatialAudioObjectRenderStreamForHrtf) -> Self
fn from(value: &ISpatialAudioObjectRenderStreamForHrtf) -> Self
Converts to this type from the input type.
Source§impl From<&ISpatialAudioObjectRenderStreamForHrtf> for IUnknown
impl From<&ISpatialAudioObjectRenderStreamForHrtf> for IUnknown
Source§fn from(value: &ISpatialAudioObjectRenderStreamForHrtf) -> Self
fn from(value: &ISpatialAudioObjectRenderStreamForHrtf) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectRenderStreamForHrtf> for ISpatialAudioObjectRenderStreamBase
impl From<ISpatialAudioObjectRenderStreamForHrtf> for ISpatialAudioObjectRenderStreamBase
Source§fn from(value: ISpatialAudioObjectRenderStreamForHrtf) -> Self
fn from(value: ISpatialAudioObjectRenderStreamForHrtf) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectRenderStreamForHrtf> for IUnknown
impl From<ISpatialAudioObjectRenderStreamForHrtf> for IUnknown
Source§fn from(value: ISpatialAudioObjectRenderStreamForHrtf) -> Self
fn from(value: ISpatialAudioObjectRenderStreamForHrtf) -> Self
Converts to this type from the input type.
Source§impl Interface for ISpatialAudioObjectRenderStreamForHrtf
impl Interface for ISpatialAudioObjectRenderStreamForHrtf
const IID: Guid
type Vtable = ISpatialAudioObjectRenderStreamForHrtf_abi
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for &'a ISpatialAudioObjectRenderStreamForHrtf
impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for &'a ISpatialAudioObjectRenderStreamForHrtf
fn into_param(self) -> Param<'a, ISpatialAudioObjectRenderStreamBase>
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for ISpatialAudioObjectRenderStreamForHrtf
impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for ISpatialAudioObjectRenderStreamForHrtf
fn into_param(self) -> Param<'a, ISpatialAudioObjectRenderStreamBase>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStreamForHrtf
impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStreamForHrtf
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStreamForHrtf
impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStreamForHrtf
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ISpatialAudioObjectRenderStreamForHrtf
impl PartialEq for ISpatialAudioObjectRenderStreamForHrtf
Source§fn eq(&self, other: &ISpatialAudioObjectRenderStreamForHrtf) -> bool
fn eq(&self, other: &ISpatialAudioObjectRenderStreamForHrtf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ISpatialAudioObjectRenderStreamForHrtf
impl StructuralPartialEq for ISpatialAudioObjectRenderStreamForHrtf
Auto Trait Implementations§
impl Freeze for ISpatialAudioObjectRenderStreamForHrtf
impl RefUnwindSafe for ISpatialAudioObjectRenderStreamForHrtf
impl !Send for ISpatialAudioObjectRenderStreamForHrtf
impl !Sync for ISpatialAudioObjectRenderStreamForHrtf
impl Unpin for ISpatialAudioObjectRenderStreamForHrtf
impl UnwindSafe for ISpatialAudioObjectRenderStreamForHrtf
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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