pub trait IMPEG2ComponentType_Impl: Sized + ILanguageComponentType_Impl {
    // Required methods
    fn StreamType(&self) -> Result<MPEG2StreamType>;
    fn SetStreamType(&self, mp2streamtype: MPEG2StreamType) -> Result<()>;
}

Required Methods§

fn StreamType(&self) -> Result<MPEG2StreamType>

fn SetStreamType(&self, mp2streamtype: MPEG2StreamType) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§