Trait windows::Win32::Media::MediaFoundation::IMFPMPClient_Impl
pub trait IMFPMPClient_Impl: Sized {
// Required method
fn SetPMPHost(&self, ppmphost: Option<&IMFPMPHost>) -> Result<()>;
}
Required Methods§
fn SetPMPHost(&self, ppmphost: Option<&IMFPMPHost>) -> Result<()>
Object Safety§
This trait is not object safe.