windows::Win32::Media::DirectShow

Trait IAMGraphBuilderCallback_Impl

pub trait IAMGraphBuilderCallback_Impl: IUnknownImpl {
    // Required methods
    fn SelectedFilter(&self, pmon: Ref<'_, IMoniker>) -> Result<()>;
    fn CreatedFilter(&self, pfil: Ref<'_, IBaseFilter>) -> Result<()>;
}

Required Methods§

fn SelectedFilter(&self, pmon: Ref<'_, IMoniker>) -> Result<()>

fn CreatedFilter(&self, pfil: Ref<'_, IBaseFilter>) -> 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§