Trait windows::Win32::Media::DirectShow::IMediaEventSink_Impl
pub trait IMediaEventSink_Impl: Sized {
// Required method
fn Notify(
&self,
eventcode: i32,
eventparam1: isize,
eventparam2: isize,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.