windows::Win32::Media::MediaPlayer

Trait IWMPPlayerServices2_Impl

pub trait IWMPPlayerServices2_Impl: IWMPPlayerServices_Impl {
    // Required method
    fn setBackgroundProcessingPriority(&self, bstrpriority: &BSTR) -> Result<()>;
}

Required Methods§

fn setBackgroundProcessingPriority(&self, bstrpriority: &BSTR) -> Result<()>

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§