windows::Win32::Media::MediaFoundation

Trait IMFMediaKeySessionNotify_Impl

pub trait IMFMediaKeySessionNotify_Impl: IUnknownImpl {
    // Required methods
    fn KeyMessage(&self, destinationurl: &BSTR, message: *const u8, cb: u32);
    fn KeyAdded(&self);
    fn KeyError(&self, code: u16, systemcode: u32);
}

Required Methods§

fn KeyMessage(&self, destinationurl: &BSTR, message: *const u8, cb: u32)

fn KeyAdded(&self)

fn KeyError(&self, code: u16, systemcode: u32)

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§