pub struct IPerChannelDbLevel(/* private fields */);Implementations§
Source§impl IPerChannelDbLevel
impl IPerChannelDbLevel
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 IPerChannelDbLevel
impl Clone for IPerChannelDbLevel
Source§fn clone(&self) -> IPerChannelDbLevel
fn clone(&self) -> IPerChannelDbLevel
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 IPerChannelDbLevel
impl Debug for IPerChannelDbLevel
Source§impl From<&IAudioBass> for IPerChannelDbLevel
impl From<&IAudioBass> for IPerChannelDbLevel
Source§fn from(value: &IAudioBass) -> Self
fn from(value: &IAudioBass) -> 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<&IAudioTreble> for IPerChannelDbLevel
impl From<&IAudioTreble> for IPerChannelDbLevel
Source§fn from(value: &IAudioTreble) -> Self
fn from(value: &IAudioTreble) -> Self
Converts to this type from the input type.
Source§impl From<&IAudioVolumeLevel> for IPerChannelDbLevel
impl From<&IAudioVolumeLevel> for IPerChannelDbLevel
Source§fn from(value: &IAudioVolumeLevel) -> Self
fn from(value: &IAudioVolumeLevel) -> Self
Converts to this type from the input type.
Source§impl From<&IPerChannelDbLevel> for IUnknown
impl From<&IPerChannelDbLevel> for IUnknown
Source§fn from(value: &IPerChannelDbLevel) -> Self
fn from(value: &IPerChannelDbLevel) -> Self
Converts to this type from the input type.
Source§impl From<IAudioBass> for IPerChannelDbLevel
impl From<IAudioBass> for IPerChannelDbLevel
Source§fn from(value: IAudioBass) -> Self
fn from(value: IAudioBass) -> 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<IAudioTreble> for IPerChannelDbLevel
impl From<IAudioTreble> for IPerChannelDbLevel
Source§fn from(value: IAudioTreble) -> Self
fn from(value: IAudioTreble) -> Self
Converts to this type from the input type.
Source§impl From<IAudioVolumeLevel> for IPerChannelDbLevel
impl From<IAudioVolumeLevel> for IPerChannelDbLevel
Source§fn from(value: IAudioVolumeLevel) -> Self
fn from(value: IAudioVolumeLevel) -> Self
Converts to this type from the input type.
Source§impl From<IPerChannelDbLevel> for IUnknown
impl From<IPerChannelDbLevel> for IUnknown
Source§fn from(value: IPerChannelDbLevel) -> Self
fn from(value: IPerChannelDbLevel) -> Self
Converts to this type from the input type.
Source§impl Interface for IPerChannelDbLevel
impl Interface for IPerChannelDbLevel
const IID: Guid
type Vtable = IPerChannelDbLevel_abi
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioBass
impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioBass
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
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 &'a IAudioTreble
impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioTreble
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioVolumeLevel
impl<'a> IntoParam<'a, IPerChannelDbLevel> for &'a IAudioVolumeLevel
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioBass
impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioBass
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, IPerChannelDbLevel> for IAudioTreble
impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioTreble
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioVolumeLevel
impl<'a> IntoParam<'a, IPerChannelDbLevel> for IAudioVolumeLevel
fn into_param(self) -> Param<'a, IPerChannelDbLevel>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IPerChannelDbLevel
impl<'a> IntoParam<'a, IUnknown> for &'a IPerChannelDbLevel
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IPerChannelDbLevel
impl<'a> IntoParam<'a, IUnknown> for IPerChannelDbLevel
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IPerChannelDbLevel
impl PartialEq for IPerChannelDbLevel
impl Eq for IPerChannelDbLevel
impl StructuralPartialEq for IPerChannelDbLevel
Auto Trait Implementations§
impl Freeze for IPerChannelDbLevel
impl RefUnwindSafe for IPerChannelDbLevel
impl !Send for IPerChannelDbLevel
impl !Sync for IPerChannelDbLevel
impl Unpin for IPerChannelDbLevel
impl UnwindSafe for IPerChannelDbLevel
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