pub trait IVMRAspectRatioControl_Impl: Sized {
    // Required methods
    fn GetAspectRatioMode(&self) -> Result<u32>;
    fn SetAspectRatioMode(&self, dwarmode: u32) -> Result<()>;
}

Required Methods§

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

fn SetAspectRatioMode(&self, dwarmode: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§