windows::Win32::Media::MediaFoundation

Trait IWMFrameInterpProps_Impl

pub trait IWMFrameInterpProps_Impl: IUnknownImpl {
    // Required methods
    fn SetFrameRateIn(&self, lframerate: i32, lscale: i32) -> Result<()>;
    fn SetFrameRateOut(&self, lframerate: i32, lscale: i32) -> Result<()>;
    fn SetFrameInterpEnabled(&self, bfienabled: BOOL) -> Result<()>;
    fn SetComplexityLevel(&self, icomplexity: i32) -> Result<()>;
}

Required Methods§

fn SetFrameRateIn(&self, lframerate: i32, lscale: i32) -> Result<()>

fn SetFrameRateOut(&self, lframerate: i32, lscale: i32) -> Result<()>

fn SetFrameInterpEnabled(&self, bfienabled: BOOL) -> Result<()>

fn SetComplexityLevel(&self, icomplexity: i32) -> 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§