pub trait IWMResamplerProps_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§