pub struct ISpatialAudioObjectRenderStream(/* private fields */);Implementations§
Source§impl ISpatialAudioObjectRenderStream
impl ISpatialAudioObjectRenderStream
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 ActivateSpatialAudioObject( &self, type: AudioObjectType, audioobject: *mut Option<ISpatialAudioObject>, ) -> HRESULT
Trait Implementations§
Source§impl Clone for ISpatialAudioObjectRenderStream
impl Clone for ISpatialAudioObjectRenderStream
Source§fn clone(&self) -> ISpatialAudioObjectRenderStream
fn clone(&self) -> ISpatialAudioObjectRenderStream
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<&ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase
impl From<&ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase
Source§fn from(value: &ISpatialAudioObjectRenderStream) -> Self
fn from(value: &ISpatialAudioObjectRenderStream) -> Self
Converts to this type from the input type.
Source§impl From<&ISpatialAudioObjectRenderStream> for IUnknown
impl From<&ISpatialAudioObjectRenderStream> for IUnknown
Source§fn from(value: &ISpatialAudioObjectRenderStream) -> Self
fn from(value: &ISpatialAudioObjectRenderStream) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase
impl From<ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase
Source§fn from(value: ISpatialAudioObjectRenderStream) -> Self
fn from(value: ISpatialAudioObjectRenderStream) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectRenderStream> for IUnknown
impl From<ISpatialAudioObjectRenderStream> for IUnknown
Source§fn from(value: ISpatialAudioObjectRenderStream) -> Self
fn from(value: ISpatialAudioObjectRenderStream) -> Self
Converts to this type from the input type.
Source§impl Interface for ISpatialAudioObjectRenderStream
impl Interface for ISpatialAudioObjectRenderStream
const IID: Guid
type Vtable = ISpatialAudioObjectRenderStream_abi
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for &'a ISpatialAudioObjectRenderStream
impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for &'a ISpatialAudioObjectRenderStream
fn into_param(self) -> Param<'a, ISpatialAudioObjectRenderStreamBase>
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for ISpatialAudioObjectRenderStream
impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for ISpatialAudioObjectRenderStream
fn into_param(self) -> Param<'a, ISpatialAudioObjectRenderStreamBase>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStream
impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStream
impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ISpatialAudioObjectRenderStream
impl PartialEq for ISpatialAudioObjectRenderStream
Source§fn eq(&self, other: &ISpatialAudioObjectRenderStream) -> bool
fn eq(&self, other: &ISpatialAudioObjectRenderStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ISpatialAudioObjectRenderStream
impl StructuralPartialEq for ISpatialAudioObjectRenderStream
Auto Trait Implementations§
impl Freeze for ISpatialAudioObjectRenderStream
impl RefUnwindSafe for ISpatialAudioObjectRenderStream
impl !Send for ISpatialAudioObjectRenderStream
impl !Sync for ISpatialAudioObjectRenderStream
impl Unpin for ISpatialAudioObjectRenderStream
impl UnwindSafe for ISpatialAudioObjectRenderStream
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