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

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

Implementations

impl ISpatialAudioObjectRenderStream[src]

pub unsafe fn GetAvailableDynamicObjectCount(&self, value: *mut u32) -> HRESULT[src]

pub unsafe fn GetService(
    &self,
    riid: *const Guid,
    service: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn Start(&self) -> HRESULT[src]

pub unsafe fn Stop(&self) -> HRESULT[src]

pub unsafe fn Reset(&self) -> HRESULT[src]

pub unsafe fn BeginUpdatingAudioObjects(
    &self,
    availabledynamicobjectcount: *mut u32,
    framecountperbuffer: *mut u32
) -> HRESULT
[src]

pub unsafe fn EndUpdatingAudioObjects(&self) -> HRESULT[src]

pub unsafe fn ActivateSpatialAudioObject(
    &self,
    type: AudioObjectType,
    audioobject: *mut Option<ISpatialAudioObject>
) -> HRESULT
[src]

Trait Implementations

impl Clone for ISpatialAudioObjectRenderStream[src]

impl Debug for ISpatialAudioObjectRenderStream[src]

impl Eq for ISpatialAudioObjectRenderStream[src]

impl From<&'_ ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase[src]

impl From<ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStreamBase[src]

impl Interface for ISpatialAudioObjectRenderStream[src]

type Vtable = ISpatialAudioObjectRenderStream_abi

impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for ISpatialAudioObjectRenderStream[src]

impl<'a> IntoParam<'a, ISpatialAudioObjectRenderStreamBase> for &'a ISpatialAudioObjectRenderStream[src]

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

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

impl PartialEq<ISpatialAudioObjectRenderStream> for ISpatialAudioObjectRenderStream[src]

impl StructuralEq for ISpatialAudioObjectRenderStream[src]

impl StructuralPartialEq for ISpatialAudioObjectRenderStream[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.