windows::Win32::Media::MediaFoundation

Trait IMFMediaEngineSrcElementsEx_Impl

pub trait IMFMediaEngineSrcElementsEx_Impl: IMFMediaEngineSrcElements_Impl {
    // Required methods
    fn AddElementEx(
        &self,
        purl: &BSTR,
        ptype: &BSTR,
        pmedia: &BSTR,
        keysystem: &BSTR,
    ) -> Result<()>;
    fn GetKeySystem(&self, index: u32) -> Result<BSTR>;
}

Required Methods§

fn AddElementEx( &self, purl: &BSTR, ptype: &BSTR, pmedia: &BSTR, keysystem: &BSTR, ) -> Result<()>

fn GetKeySystem(&self, index: u32) -> Result<BSTR>

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§