pub struct ISpatialAudioObjectForMetadataCommands(/* private fields */);Implementations§
Source§impl ISpatialAudioObjectForMetadataCommands
impl ISpatialAudioObjectForMetadataCommands
pub unsafe fn GetBuffer( &self, buffer: *mut *mut u8, bufferlength: *mut u32, ) -> HRESULT
pub unsafe fn SetEndOfStream(&self, framecount: u32) -> HRESULT
pub unsafe fn IsActive(&self, isactive: *mut BOOL) -> HRESULT
pub unsafe fn GetAudioObjectType( &self, audioobjecttype: *mut AudioObjectType, ) -> HRESULT
pub unsafe fn WriteNextMetadataCommand( &self, commandid: u8, valuebuffer: *mut c_void, valuebufferlength: u32, ) -> HRESULT
Trait Implementations§
Source§impl Clone for ISpatialAudioObjectForMetadataCommands
impl Clone for ISpatialAudioObjectForMetadataCommands
Source§fn clone(&self) -> ISpatialAudioObjectForMetadataCommands
fn clone(&self) -> ISpatialAudioObjectForMetadataCommands
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<&ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase
impl From<&ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase
Source§fn from(value: &ISpatialAudioObjectForMetadataCommands) -> Self
fn from(value: &ISpatialAudioObjectForMetadataCommands) -> Self
Converts to this type from the input type.
Source§impl From<&ISpatialAudioObjectForMetadataCommands> for IUnknown
impl From<&ISpatialAudioObjectForMetadataCommands> for IUnknown
Source§fn from(value: &ISpatialAudioObjectForMetadataCommands) -> Self
fn from(value: &ISpatialAudioObjectForMetadataCommands) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase
impl From<ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase
Source§fn from(value: ISpatialAudioObjectForMetadataCommands) -> Self
fn from(value: ISpatialAudioObjectForMetadataCommands) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectForMetadataCommands> for IUnknown
impl From<ISpatialAudioObjectForMetadataCommands> for IUnknown
Source§fn from(value: ISpatialAudioObjectForMetadataCommands) -> Self
fn from(value: ISpatialAudioObjectForMetadataCommands) -> Self
Converts to this type from the input type.
Source§impl Interface for ISpatialAudioObjectForMetadataCommands
impl Interface for ISpatialAudioObjectForMetadataCommands
const IID: Guid
type Vtable = ISpatialAudioObjectForMetadataCommands_abi
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for &'a ISpatialAudioObjectForMetadataCommands
impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for &'a ISpatialAudioObjectForMetadataCommands
fn into_param(self) -> Param<'a, ISpatialAudioObjectBase>
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for ISpatialAudioObjectForMetadataCommands
impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for ISpatialAudioObjectForMetadataCommands
fn into_param(self) -> Param<'a, ISpatialAudioObjectBase>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectForMetadataCommands
impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectForMetadataCommands
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectForMetadataCommands
impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectForMetadataCommands
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ISpatialAudioObjectForMetadataCommands
impl PartialEq for ISpatialAudioObjectForMetadataCommands
Source§fn eq(&self, other: &ISpatialAudioObjectForMetadataCommands) -> bool
fn eq(&self, other: &ISpatialAudioObjectForMetadataCommands) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ISpatialAudioObjectForMetadataCommands
impl StructuralPartialEq for ISpatialAudioObjectForMetadataCommands
Auto Trait Implementations§
impl Freeze for ISpatialAudioObjectForMetadataCommands
impl RefUnwindSafe for ISpatialAudioObjectForMetadataCommands
impl !Send for ISpatialAudioObjectForMetadataCommands
impl !Sync for ISpatialAudioObjectForMetadataCommands
impl Unpin for ISpatialAudioObjectForMetadataCommands
impl UnwindSafe for ISpatialAudioObjectForMetadataCommands
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