pub trait IMFVideoMixerControl2_Impl: Sized + IMFVideoMixerControl_Impl {
    // Required methods
    fn SetMixingPrefs(&self, dwmixflags: u32) -> Result<()>;
    fn GetMixingPrefs(&self) -> Result<u32>;
}

Required Methods§

fn SetMixingPrefs(&self, dwmixflags: u32) -> Result<()>

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

Object Safety§

This trait is not object safe.

Implementors§