windows::Win32::Media::MediaFoundation

Trait IMFMediaKeySessionNotify2_Impl

pub trait IMFMediaKeySessionNotify2_Impl: IMFMediaKeySessionNotify_Impl {
    // Required methods
    fn KeyMessage2(
        &self,
        emessagetype: MF_MEDIAKEYSESSION_MESSAGETYPE,
        destinationurl: &BSTR,
        pbmessage: *const u8,
        cbmessage: u32,
    );
    fn KeyStatusChange(&self);
}

Required Methods§

fn KeyMessage2( &self, emessagetype: MF_MEDIAKEYSESSION_MESSAGETYPE, destinationurl: &BSTR, pbmessage: *const u8, cbmessage: u32, )

fn KeyStatusChange(&self)

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§