windows::Win32::Media::DirectShow

Trait IVMRAspectRatioControl_Impl

pub trait IVMRAspectRatioControl_Impl: IUnknownImpl {
    // 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<()>

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.

Implementors§