windows::Win32::Media::MediaFoundation

Trait IMFMediaSourceTopologyProvider_Impl

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

Required Methods§

fn GetMediaSourceTopology( &self, ppresentationdescriptor: Ref<'_, IMFPresentationDescriptor>, ) -> Result<IMFTopology>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§