windows::Win32::Media::DirectShow

Trait IAMVideoDecimationProperties_Impl

pub trait IAMVideoDecimationProperties_Impl: IUnknownImpl {
    // Required methods
    fn QueryDecimationUsage(&self) -> Result<DECIMATION_USAGE>;
    fn SetDecimationUsage(&self, usage: DECIMATION_USAGE) -> Result<()>;
}

Required Methods§

fn QueryDecimationUsage(&self) -> Result<DECIMATION_USAGE>

fn SetDecimationUsage(&self, usage: DECIMATION_USAGE) -> 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§