Trait windows::Win32::Media::DirectShow::Tv::IDVB_RST_Impl
pub trait IDVB_RST_Impl: Sized {
// Required methods
fn Initialize(&self, psectionlist: Option<&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: Option<&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>
Object Safety§
This trait is not object safe.