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

Required Methods§

fn KsNotifyError(&self, sample: Option<&IMediaSample>, hr: HRESULT)

Object Safety§

This trait is not object safe.

Implementors§