pub trait IMFMediaKeySessionNotify_Impl: Sized {
    // 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)

Object Safety§

This trait is not object safe.

Implementors§