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

Trait IATSC_ETT_Impl

pub trait IATSC_ETT_Impl: IUnknownImpl {
    // Required methods
    fn Initialize(
        &self,
        psectionlist: Ref<'_, ISectionList>,
        pmpegdata: Ref<'_, IMpeg2Data>,
    ) -> Result<()>;
    fn GetVersionNumber(&self) -> Result<u8>;
    fn GetProtocolVersion(&self) -> Result<u8>;
    fn GetEtmId(&self) -> Result<u32>;
    fn GetExtendedMessageText(
        &self,
        pdwlength: *mut u32,
        pptext: *mut *mut u8,
    ) -> Result<()>;
}

Required Methods§

fn Initialize( &self, psectionlist: Ref<'_, ISectionList>, pmpegdata: Ref<'_, IMpeg2Data>, ) -> Result<()>

fn GetVersionNumber(&self) -> Result<u8>

fn GetProtocolVersion(&self) -> Result<u8>

fn GetEtmId(&self) -> Result<u32>

fn GetExtendedMessageText( &self, pdwlength: *mut u32, pptext: *mut *mut u8, ) -> 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§