Class VLVirtualDub.TVLVirtualDub
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLVirtualDub
Inherits: TVLCommonROIFilter
Contents |
Syntax
Delphi:
type TVLVirtualDub = class( TVLCommonROIFilter )
C++ Builder:
class TVLVirtualDub : public TVLCommonROIFilter
Visual C++ (MFC):
class CTVLVirtualDub : public CTVLCommonROIFilter
C# (.NET):
public ref class TVLVirtualDub : Mitov.VideoLab.CommonROIFilter
Summary
Applies a VirtualDub filter or effect.
Description
Implements a VirtualDub filter or effect.
VirtualDub is an open source video capture and video processing application for Microsoft Windows written by Avery Lee.
VirtualDub supports a Plug-In filters system. There are a lot of VirtualDub Plug-In filters available, both free and commercial.
TVLVirtualDub allows the VideoLab users to use VirtualDub Plug-In filters in their applications.
For additional information, please visit the VirtualDub web site at [[1]].
Diagram:
Properties
Published
- FilterFileName - Specifies the filter file path and name.
- FilterName - Specifies the filter name.
- Config - Controls the filter configuration.
Public
- Opened - Returns True if the filter is opened.
- Maker - Returns the name of the filter's manufacturer.
- Description - Returns a human readable description of the filter.
Methods
Public
- function Open() : Boolean - Loads the PlugIn and prepares the filter.
- procedure Close() - Uninitializes the filter and unloads the PlugIn.
Events
- OnError - Occurs on PlugIn error.
From TVLCommonROIFilter
Properties
Published
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)