Class VLFreeFrame.TVLFreeFrame

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
Line 47: Line 47:
 
For additional information, please visit the FreeFrame web
 
For additional information, please visit the FreeFrame web
 
site at [http://freeframe.sourceforge.net http://freeframe.sourceforge.net/].
 
site at [http://freeframe.sourceforge.net http://freeframe.sourceforge.net/].
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLFreeFrame_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 53: Line 59:
 
*[[Property VLFreeFrame.TVLFreeFrame.FilterFileName|FilterFileName]] - File Name of the FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.FilterFileName|FilterFileName]] - File Name of the FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.Parameters|Parameters]] - Allows access to the parameters of the loaded FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.Parameters|Parameters]] - Allows access to the parameters of the loaded FreeFrame Plug-In.  
 +
*[[Property VLFreeFrame.TVLFreeFrame.Generator|Generator]] - Specifies the generator settings for filter when used as generator.
  
 
=== Public ===
 
=== Public ===
 +
*[[Property VLFreeFrame.TVLFreeFrame.MaxInputs|MaxInputs]] - Returns the maximal number of inputs supported by the Plug-In.
 +
*[[Property VLFreeFrame.TVLFreeFrame.MinInputs|MinInputs]] - Returns the minimal number of inputs supported by the Plug-In.
 +
*[[Property VLFreeFrame.TVLFreeFrame.Supports|Supports]] - Returns the Plug-In capabilities information.
 +
*[[Property VLFreeFrame.TVLFreeFrame.OptimizedFor|OptimizedFor]] - Returns FreeFrame filter optimizations.
 
*[[Property VLFreeFrame.TVLFreeFrame.HasExtendedInfo|HasExtendedInfo]] - The loaded Plug-In supports extended info.  
 
*[[Property VLFreeFrame.TVLFreeFrame.HasExtendedInfo|HasExtendedInfo]] - The loaded Plug-In supports extended info.  
*[[Property VLFreeFrame.TVLFreeFrame.MajorVertion|MajorVertion]] - Returns the major version of the loaded FreeFrame Plug-In.
 
*[[Property VLFreeFrame.TVLFreeFrame.MinorVertion|MinorVertion]] - Returns the minor version of the loaded FreeFrame Plug-In.
 
 
*[[Property VLFreeFrame.TVLFreeFrame.About|About]] - Returns About string from the FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.About|About]] - Returns About string from the FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.Description|Description]] - Returns Description string from the FreeFrame Plug-In.  
 
*[[Property VLFreeFrame.TVLFreeFrame.Description|Description]] - Returns Description string from the FreeFrame Plug-In.  
*[[Property VLFreeFrame.TVLFreeFrame.OptimizedFor|OptimizedFor]] - Returns FreeFrame filter optimizations.  
+
*[[Property VLFreeFrame.TVLFreeFrame.Version|Version]] - Returns the Plug-In version information.
 +
*[[Property VLFreeFrame.TVLFreeFrame.Kind|Kind]] - Returns the Plug-In kind information.  
  
 
== PinLists ==
 
== PinLists ==

Revision as of 20:29, 10 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.

BIGVLFreeFrame.gif VLFreeFrame.gif NETVLFreeFrame.gif

Package: VideoLabPkg

Unit: VLFreeFrame

Inherits: TVLMultiInput

Contents

Syntax

Delphi:

type TVLFreeFrame = class( TVLMultiInput )

C++ Builder:

class TVLFreeFrame : public TVLMultiInput

Visual C++ (MFC):

class CTVLFreeFrame : public CTVLMultiInput

C# (.NET):

public ref class TVLFreeFrame : Mitov.VideoLab.MultiInput

Summary

Applies a FreeFrame filter or effect.

Description

Implements a FreeFrame filter or effect.

FreeFrame is an open standard making it possible for developers to create easily PlugIns that will work in a large number of different VJ applications. There are published sample projects for Delphi, MSVC, GCC and other environments that compile to give you a simple PlugIn. Also, many of the FreeFrame PlugIns are open source, so you can see how it's done. FreeFrame development is hosted by SourceForge, the open source movement's dev. HQ.

For additional information, please visit the FreeFrame web site at http://freeframe.sourceforge.net/.


Diagram:

VLFreeFrame Preview.png

Properties

Published

Public

PinLists

Events

From TVLMultiInput

Properties

Published

Pins

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox