pub trait IDVB_TDT_Impl: Sized {
    // Required methods
    fn Initialize(&self, psectionlist: Option<&ISectionList>) -> Result<()>;
    fn GetUTCTime(&self) -> Result<MPEG_DATE_AND_TIME>;
}

Required Methods§

fn Initialize(&self, psectionlist: Option<&ISectionList>) -> Result<()>

fn GetUTCTime(&self) -> Result<MPEG_DATE_AND_TIME>

Object Safety§

This trait is not object safe.

Implementors§