windows::Win32::Media::DirectShow::Tv

Trait IMSVidFilePlayback2_Impl

pub trait IMSVidFilePlayback2_Impl: IMSVidFilePlayback_Impl {
    // Required methods
    fn Set_SourceFilter(&self, filename: &BSTR) -> Result<()>;
    fn Set__SourceFilter(&self, filename: &GUID) -> Result<()>;
}

Required Methods§

fn Set_SourceFilter(&self, filename: &BSTR) -> Result<()>

fn Set__SourceFilter(&self, filename: &GUID) -> 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§