windows::Win32::Media::MediaFoundation

Trait IWMResamplerProps_Impl

pub trait IWMResamplerProps_Impl: IUnknownImpl {
    // Required methods
    fn SetHalfFilterLength(&self, lhalffilterlen: i32) -> Result<()>;
    fn SetUserChannelMtx(&self, userchannelmtx: *mut f32) -> Result<()>;
}

Required Methods§

fn SetHalfFilterLength(&self, lhalffilterlen: i32) -> Result<()>

fn SetUserChannelMtx(&self, userchannelmtx: *mut f32) -> 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§