pub trait IMFExtendedDRMTypeSupport_Impl: Sized {
    // Required method
    fn IsTypeSupportedEx(
        &self,
        type: &BSTR,
        keysystem: &BSTR
    ) -> Result<MF_MEDIA_ENGINE_CANPLAY>;
}

Required Methods§

fn IsTypeSupportedEx( &self, type: &BSTR, keysystem: &BSTR ) -> Result<MF_MEDIA_ENGINE_CANPLAY>

Object Safety§

This trait is not object safe.

Implementors§