Trait windows::Win32::Media::MediaFoundation::IWMInterlaceProps_Impl
pub trait IWMInterlaceProps_Impl: Sized {
// Required methods
fn SetProcessType(&self, iprocesstype: i32) -> Result<()>;
fn SetInitInverseTeleCinePattern(&self, iinitpattern: i32) -> Result<()>;
fn SetLastFrame(&self) -> Result<()>;
}
Required Methods§
fn SetProcessType(&self, iprocesstype: i32) -> Result<()>
fn SetInitInverseTeleCinePattern(&self, iinitpattern: i32) -> Result<()>
fn SetLastFrame(&self) -> Result<()>
Object Safety§
This trait is not object safe.