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

Trait IDVB_RST_Impl

pub trait IDVB_RST_Impl: IUnknownImpl {
    // Required methods
    fn Initialize(&self, psectionlist: Ref<'_, ISectionList>) -> Result<()>;
    fn GetCountOfRecords(&self) -> Result<u32>;
    fn GetRecordTransportStreamId(&self, dwrecordindex: u32) -> Result<u16>;
    fn GetRecordOriginalNetworkId(&self, dwrecordindex: u32) -> Result<u16>;
    fn GetRecordServiceId(&self, dwrecordindex: u32) -> Result<u16>;
    fn GetRecordEventId(&self, dwrecordindex: u32) -> Result<u16>;
    fn GetRecordRunningStatus(&self, dwrecordindex: u32) -> Result<u8>;
}

Required Methods§

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

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

fn GetRecordTransportStreamId(&self, dwrecordindex: u32) -> Result<u16>

fn GetRecordOriginalNetworkId(&self, dwrecordindex: u32) -> Result<u16>

fn GetRecordServiceId(&self, dwrecordindex: u32) -> Result<u16>

fn GetRecordEventId(&self, dwrecordindex: u32) -> Result<u16>

fn GetRecordRunningStatus(&self, dwrecordindex: u32) -> Result<u8>

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§