Trait IAudioPeakMeter_Impl
pub trait IAudioPeakMeter_Impl: IUnknownImpl {
// Required methods
fn GetChannelCount(&self) -> Result<u32>;
fn GetLevel(&self, nchannel: u32) -> Result<f32>;
}
Required Methods§
fn GetChannelCount(&self) -> Result<u32>
fn GetLevel(&self, nchannel: u32) -> Result<f32>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.