pub trait IMFMediaSharingEngineClassFactory_Impl: Sized {
    // Required method
    fn CreateInstance(
        &self,
        dwflags: u32,
        pattr: Option<&IMFAttributes>,
    ) -> Result<IMFMediaSharingEngine>;
}

Required Methods§

fn CreateInstance( &self, dwflags: u32, pattr: Option<&IMFAttributes>, ) -> Result<IMFMediaSharingEngine>

Object Safety§

This trait is not object safe.

Implementors§