Trait windows::Win32::Media::MediaFoundation::IMFCdmSuspendNotify_Impl
pub trait IMFCdmSuspendNotify_Impl: Sized {
// Required methods
fn Begin(&self) -> Result<()>;
fn End(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.