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

Trait IBDA_TIF_REGISTRATION_Impl

pub trait IBDA_TIF_REGISTRATION_Impl: IUnknownImpl {
    // Required methods
    fn RegisterTIFEx(
        &self,
        ptifinputpin: Ref<'_, IPin>,
        ppvregistrationcontext: *mut u32,
        ppmpeg2datacontrol: OutRef<'_, IUnknown>,
    ) -> Result<()>;
    fn UnregisterTIF(&self, pvregistrationcontext: u32) -> Result<()>;
}

Required Methods§

fn RegisterTIFEx( &self, ptifinputpin: Ref<'_, IPin>, ppvregistrationcontext: *mut u32, ppmpeg2datacontrol: OutRef<'_, IUnknown>, ) -> Result<()>

fn UnregisterTIF(&self, pvregistrationcontext: u32) -> 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§