pub trait IDecimateVideoImage_Impl: Sized {
    // Required methods
    fn SetDecimationImageSize(&self, lwidth: i32, lheight: i32) -> Result<()>;
    fn ResetDecimationImageSize(&self) -> Result<()>;
}

Required Methods§

fn SetDecimationImageSize(&self, lwidth: i32, lheight: i32) -> Result<()>

fn ResetDecimationImageSize(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§