pub trait IMFCaptureEngineOnSampleCallback2_Impl: Sized + IMFCaptureEngineOnSampleCallback_Impl {
    // Required method
    fn OnSynchronizedEvent(&self, pevent: Option<&IMFMediaEvent>) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§