pub trait IMFMediaSharingEngine_Impl: Sized + IMFMediaEngine_Impl {
    // Required method
    fn GetDevice(&self, pdevice: *mut DEVICE_INFO) -> Result<()>;
}

Required Methods§

fn GetDevice(&self, pdevice: *mut DEVICE_INFO) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§