pub trait IMFHttpDownloadSessionProvider_Impl: Sized {
    // Required method
    fn CreateHttpDownloadSession(
        &self,
        wszscheme: &PCWSTR
    ) -> Result<IMFHttpDownloadSession>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§