Trait windows::Win32::Media::MediaFoundation::IWMResamplerProps_Impl
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.