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