pub trait IMSVidFilePlayback_Impl: Sized + IMSVidPlayback_Impl {
    // Required methods
    fn FileName(&self) -> Result<BSTR>;
    fn SetFileName(&self, filename: &BSTR) -> Result<()>;
}

Required Methods§

fn FileName(&self) -> Result<BSTR>

fn SetFileName(&self, filename: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§