pub trait IAudioEndpointOffloadStreamMeter_Impl: Sized {
    // 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>

Object Safety§

This trait is not object safe.

Implementors§