Managed DirectShow Programming Reference

VideoWindowBase Class

[This is preliminary documentation and subject to change.]

Provides an abstract base class for video windows.

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

System.Object
   MarshalByRefObject
      Component
         Control
            VideoWindowBase
               BasicVideoWindow
               VideoMixingWindowless

public class VideoWindowBase : Control

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: KvTv.DirectShow.Windows.Forms

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

See Also

VideoWindowBase Members | KvTv.DirectShow.Windows.Forms Namespace