windows::Win32::Media::MediaFoundation

Trait IMFContentDecryptionModuleAccess_Impl

pub trait IMFContentDecryptionModuleAccess_Impl: IUnknownImpl {
    // Required methods
    fn CreateContentDecryptionModule(
        &self,
        contentdecryptionmoduleproperties: Ref<'_, IPropertyStore>,
    ) -> Result<IMFContentDecryptionModule>;
    fn GetConfiguration(&self) -> Result<IPropertyStore>;
    fn GetKeySystem(&self) -> Result<PWSTR>;
}

Required Methods§

fn CreateContentDecryptionModule( &self, contentdecryptionmoduleproperties: Ref<'_, IPropertyStore>, ) -> Result<IMFContentDecryptionModule>

fn GetConfiguration(&self) -> Result<IPropertyStore>

fn GetKeySystem(&self) -> Result<PWSTR>

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§