Struct audio_device_windows_sys::Windows::Win32::CoreAudio::ISpatialAudioObjectForMetadataCommands[][src]

#[repr(transparent)]pub struct ISpatialAudioObjectForMetadataCommands(_);

Implementations

impl ISpatialAudioObjectForMetadataCommands[src]

pub unsafe fn GetBuffer(
    &self,
    buffer: *mut *mut u8,
    bufferlength: *mut u32
) -> HRESULT
[src]

pub unsafe fn SetEndOfStream(&self, framecount: u32) -> HRESULT[src]

pub unsafe fn IsActive(&self, isactive: *mut BOOL) -> HRESULT[src]

pub unsafe fn GetAudioObjectType(
    &self,
    audioobjecttype: *mut AudioObjectType
) -> HRESULT
[src]

pub unsafe fn WriteNextMetadataCommand(
    &self,
    commandid: u8,
    valuebuffer: *mut c_void,
    valuebufferlength: u32
) -> HRESULT
[src]

Trait Implementations

impl Clone for ISpatialAudioObjectForMetadataCommands[src]

impl Debug for ISpatialAudioObjectForMetadataCommands[src]

impl Eq for ISpatialAudioObjectForMetadataCommands[src]

impl From<&'_ ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase[src]

impl From<ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectBase[src]

impl Interface for ISpatialAudioObjectForMetadataCommands[src]

type Vtable = ISpatialAudioObjectForMetadataCommands_abi

impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for ISpatialAudioObjectForMetadataCommands[src]

impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for &'a ISpatialAudioObjectForMetadataCommands[src]

impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectForMetadataCommands[src]

impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectForMetadataCommands[src]

impl PartialEq<ISpatialAudioObjectForMetadataCommands> for ISpatialAudioObjectForMetadataCommands[src]

impl StructuralEq for ISpatialAudioObjectForMetadataCommands[src]

impl StructuralPartialEq for ISpatialAudioObjectForMetadataCommands[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.