pub trait ITMediaPlayback_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn SetPlayList(&self, playlistvariant: &VARIANT) -> Result<()>;
    fn PlayList(&self) -> Result<VARIANT>;
}

Required Methods§

fn SetPlayList(&self, playlistvariant: &VARIANT) -> Result<()>

fn PlayList(&self) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§