windows::Win32::Media::MediaFoundation

Trait IMFCaptureEngineOnSampleCallback_Impl

pub trait IMFCaptureEngineOnSampleCallback_Impl: IUnknownImpl {
    // Required method
    fn OnSample(&self, psample: Ref<'_, IMFSample>) -> Result<()>;
}

Required Methods§

fn OnSample(&self, psample: Ref<'_, IMFSample>) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§