Trait windows::Win32::Media::DirectShow::IVPNotify_Impl
pub trait IVPNotify_Impl: Sized + IVPBaseNotify_Impl {
// Required methods
fn SetDeinterlaceMode(&self, mode: AMVP_MODE) -> Result<()>;
fn GetDeinterlaceMode(&self, pmode: *mut AMVP_MODE) -> Result<()>;
}
Required Methods§
fn SetDeinterlaceMode(&self, mode: AMVP_MODE) -> Result<()>
fn GetDeinterlaceMode(&self, pmode: *mut AMVP_MODE) -> Result<()>
Object Safety§
This trait is not object safe.