Class VLVirtualDub.TVLVirtualDub
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VirtualDub : [[Class VLCommonFilter.TVLCommonROIFilter|Mitov.VideoLab.CommonROIFilter]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 51: | Line 51: | ||
For additional information, please visit the VirtualDub web | For additional information, please visit the VirtualDub web | ||
site at [[http://www.virtualdub.org]]. | site at [[http://www.virtualdub.org]]. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLVirtualDub_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 104: | Line 110: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Latest revision as of 00:30, 26 June 2013
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 VirtualDub : 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)