pub trait IMFMediaSourceTopologyProvider_Impl: Sized {
    // Required method
    fn GetMediaSourceTopology(
        &self,
        ppresentationdescriptor: Option<&IMFPresentationDescriptor>
    ) -> Result<IMFTopology>;
}

Required Methods§

fn GetMediaSourceTopology( &self, ppresentationdescriptor: Option<&IMFPresentationDescriptor> ) -> Result<IMFTopology>

Object Safety§

This trait is not object safe.

Implementors§