[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a IEventProcessor using a separate thread containing an event pump.

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

Syntax

Visual Basic (Declaration)
Public Class ThreadEventProcessor _
	Implements IEventProcessor
C#
public class ThreadEventProcessor : IEventProcessor
Visual C++
public ref class ThreadEventProcessor : IEventProcessor

Inheritance Hierarchy

System.Object
  KvTv.DirectShow.ThreadEventProcessor