Class VLFreeFrame.TVLFreeFrame
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' FreeFrame : [[Class VLMultiInput.TVLMultiInput|Mitov.VideoLab.MultiInput]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: 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 FreeFrame : 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:
Properties
Published
- FilterFileName - File Name of the FreeFrame Plug-In.
- Parameters - Allows access to the parameters of the loaded FreeFrame Plug-In.
- Generator - Specifies the generator settings for filter when used as generator.
Public
- MaxInputs - Returns the maximal number of inputs supported by the Plug-In.
- MinInputs - Returns the minimal number of inputs supported by the Plug-In.
- Supports - Returns the Plug-In capabilities information.
- OptimizedFor - Returns FreeFrame filter optimizations.
- HasExtendedInfo - The loaded Plug-In supports extended info.
- About - Returns About string from the FreeFrame Plug-In.
- Description - Returns Description string from the FreeFrame Plug-In.
- Version - Returns the Plug-In version information.
- Kind - Returns the Plug-In kind information.
PinLists
- InputPins - The video input pins of the FreeFrame.
Events
- OnError - Occurs on Plug-in error.
From TVLMultiInput
Properties
Published
- AfterStop - Specifies the mixer behavior after the input streams have stopped.
- VideoFormat - Specifies the output video format for the component.
- Threading - Specifies the desired threading settings for the filtering.
Pins
- OutputPin - The Video Output Pin of the component.