windows::Win32::Media::MediaFoundation

Trait IMFMediaSourceEx_Impl

pub trait IMFMediaSourceEx_Impl: IMFMediaSource_Impl {
    // Required methods
    fn GetSourceAttributes(&self) -> Result<IMFAttributes>;
    fn GetStreamAttributes(
        &self,
        dwstreamidentifier: u32,
    ) -> Result<IMFAttributes>;
    fn SetD3DManager(&self, pmanager: Ref<'_, IUnknown>) -> Result<()>;
}

Required Methods§

fn GetSourceAttributes(&self) -> Result<IMFAttributes>

fn GetStreamAttributes(&self, dwstreamidentifier: u32) -> Result<IMFAttributes>

fn SetD3DManager(&self, pmanager: Ref<'_, IUnknown>) -> Result<()>

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§