pub struct IAudioMidrange(/* private fields */);Implementations§
Source§impl IAudioMidrange
impl IAudioMidrange
pub unsafe fn GetChannelCount(&self, pcchannels: *mut u32) -> HRESULT
pub unsafe fn GetLevelRange( &self, nchannel: u32, pfminleveldb: *mut f32, pfmaxleveldb: *mut f32, pfstepping: *mut f32, ) -> HRESULT
pub unsafe fn GetLevel(&self, nchannel: u32, pfleveldb: *mut f32) -> HRESULT
pub unsafe fn SetLevel( &self, nchannel: u32, fleveldb: f32, pguideventcontext: *mut Guid, ) -> HRESULT
pub unsafe fn SetLevelUniform( &self, fleveldb: f32, pguideventcontext: *mut Guid, ) -> HRESULT
pub unsafe fn SetLevelAllChannels( &self, alevelsdb: *mut f32, cchannels: u32, pguideventcontext: *mut Guid, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IAudioMidrange
impl Clone for IAudioMidrange
Source§fn clone(&self) -> IAudioMidrange
fn clone(&self) -> IAudioMidrange
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 Debug for IAudioMidrange
impl Debug for IAudioMidrange
Source§impl From<&IAudioMidrange> for IPerChannelDbLevel
impl From<&IAudioMidrange> for IPerChannelDbLevel
Source§fn from(value: &IAudioMidrange) -> Self
fn from(value: &IAudioMidrange) -> Self
Converts to this type from the input type.
Source§impl From<&IAudioMidrange> for IUnknown
impl From<&IAudioMidrange> for IUnknown
Source§fn from(value: &IAudioMidrange) -> Self
fn from(value: &IAudioMidrange) -> Self
Converts to this type from the input type.
Source§impl From<IAudioMidrange> for IPerChannelDbLevel
impl From<IAudioMidrange> for IPerChannelDbLevel
Source§fn from(value: IAudioMidrange) -> Self
fn from(value: IAudioMidrange) -> Self
Converts to this type from the input type.
Source§impl From<IAudioMidrange> for IUnknown
impl From<IAudioMidrange> for IUnknown
Source§fn from(value: IAudioMidrange) -> Self
fn from(value: IAudioMidrange) -> Self
Converts to this type from the input type.
Source§impl Interface for IAudioMidrange
impl Interface for IAudioMidrange
const IID: Guid
type Vtable = IAudioMidrange_abi
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioMidrange
impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioMidrange
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioMidrange
impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioMidrange
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IAudioMidrange
impl<'a> IntoParam<'a, IUnknown> for &'a IAudioMidrange
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IAudioMidrange
impl<'a> IntoParam<'a, IUnknown> for IAudioMidrange
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IAudioMidrange
impl PartialEq for IAudioMidrange
impl Eq for IAudioMidrange
impl StructuralPartialEq for IAudioMidrange
Auto Trait Implementations§
impl Freeze for IAudioMidrange
impl RefUnwindSafe for IAudioMidrange
impl !Send for IAudioMidrange
impl !Sync for IAudioMidrange
impl Unpin for IAudioMidrange
impl UnwindSafe for IAudioMidrange
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