Class VLImageGen.TVLImageGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Use this component to generate frames from a selected image | Use this component to generate frames from a selected image | ||
(Bitmap, Icon, JPEG, etc.). All the frames are identical. | (Bitmap, Icon, JPEG, etc.). All the frames are identical. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLImageGen_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 44: | Line 50: | ||
== Pins == | == Pins == | ||
− | *[[Pin VLImageGen.TVLImageGen.ImageInputPin|ImageInputPin]] | + | *[[Pin VLImageGen.TVLImageGen.ImageInputPin|ImageInputPin]] - The Image Video Input Pin of the filter. |
== From [[Class VLCommonGen.TVLCommonGen|TVLCommonGen]] == | == From [[Class VLCommonGen.TVLCommonGen|TVLCommonGen]] == | ||
Line 73: | Line 79: | ||
== Pins == | == Pins == | ||
− | |||
*[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | *[[Pin SLCommonGen.TSLBasicCommonGen.ClockPin|ClockPin]] | ||
Revision as of 20:28, 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.
Package: VideoLabAdditionalPkg
Unit: VLImageGen
Inherits: TVLCommonGen
Contents |
Syntax
Delphi:
type TVLImageGen = class( TVLCommonGen )
C++ Builder:
class TVLImageGen : public TVLCommonGen
Visual C++ (MFC):
class CTVLImageGen : public CTVLCommonGen
C# (.NET):
public ref class TVLImageGen : Mitov.VideoLab.CommonGen
Summary
Generates video from image.
Description
Use this component to generate frames from a selected image (Bitmap, Icon, JPEG, etc.). All the frames are identical.
Diagram:
Properties
Published
- Picture - Image to be used for image generation.
- Transparency - Specifies how the image transparency will be selected.
Pins
- ImageInputPin - The Image Video Input Pin of the filter.