Managed DirectShow Programming Reference

IEventProcessor Interface

[This is preliminary documentation and subject to change.]

Implemented by classes able to handle events.

For a list of all members of this type, see IEventProcessor Members.

public interface IEventProcessor

Types that implement IEventProcessor

Type Description
ThreadEventProcessor Provides a IEventProcessor using a separate thread containing an event pump.
WndProcEventProcessor Provides a IEventProcessor using a IWin32Window's WndProc event pump.

Requirements

Namespace: KvTv.DirectShow

Assembly: KvTv.DirectShow (in KvTv.DirectShow.dll)

See Also

IEventProcessor Members | KvTv.DirectShow Namespace