windows::Win32::Media::KernelStreaming

Trait IKsPinEx_Impl

pub trait IKsPinEx_Impl: IKsPin_Impl {
    // Required method
    fn KsNotifyError(&self, sample: Ref<'_, IMediaSample>, hr: HRESULT);
}

Required Methods§

fn KsNotifyError(&self, sample: Ref<'_, IMediaSample>, hr: HRESULT)

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§