pub trait IXAudio2MasteringVoice_Impl: Sized + IXAudio2Voice_Impl {
    // Required method
    fn GetChannelMask(&self) -> Result<u32>;
}

Required Methods§

fn GetChannelMask(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§