Trait IAudioEndpointOffloadStreamMeter_Impl
pub trait IAudioEndpointOffloadStreamMeter_Impl: IUnknownImpl {
// Required methods
fn GetMeterChannelCount(&self) -> Result<u32>;
fn GetMeteringData(&self, u32channelcount: u32) -> Result<f32>;
}
Required Methods§
fn GetMeterChannelCount(&self) -> Result<u32>
fn GetMeteringData(&self, u32channelcount: 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.