Trait IMFMediaKeySystemAccess_Impl
pub trait IMFMediaKeySystemAccess_Impl: IUnknownImpl {
// Required methods
fn CreateMediaKeys(
&self,
pcdmcustomconfig: Ref<'_, IPropertyStore>,
) -> Result<IMFMediaKeys2>;
fn SupportedConfiguration(&self) -> Result<IPropertyStore>;
fn KeySystem(&self) -> Result<BSTR>;
}
Required Methods§
fn CreateMediaKeys( &self, pcdmcustomconfig: Ref<'_, IPropertyStore>, ) -> Result<IMFMediaKeys2>
fn SupportedConfiguration(&self) -> Result<IPropertyStore>
fn KeySystem(&self) -> 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.