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

Provides an abstract base class for video windows.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class VideoWindowBase _
	Inherits Control
C#
public abstract class VideoWindowBase : Control
Visual C++
public ref class VideoWindowBase abstract : public Control

Remarks

A VideoWindowBase extends Control so it can be added to other Controls, such as Forms. VideoWindowBases provides a unified view on DirectShow video renderers.

Inheritance Hierarchy