pub trait IMFCaptureEngineOnSampleCallback_Impl: Sized {
    // Required method
    fn OnSample(&self, psample: Option<&IMFSample>) -> Result<()>;
}

Required Methods§

fn OnSample(&self, psample: Option<&IMFSample>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§