Class VLCommonFilter.TVLGenerator
From Mitov Wiki Doc
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: VideoLabBasicPkg
Unit: VLCommonFilter
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLGenerator = class( TLPPersistent )
C++ Builder:
class TVLGenerator : public TLPPersistent
Visual C++ (MFC):
class CTVLGenerator : public CTLPPersistent
C# (.NET):
public ref class TVLGenerator : Vcl.VclProperty
Summary
Optional generator settings for the generator filters combined components.
Description
Defines class for the optional generator settings for the generator filters combined components.
Properties
Published
- ImageSize - The desired size of the generated image.
- FrameRate - Desired frame rate.
- PumpPriority - Specifies the priority of the component as a pump.
- ClockSource - Specifies the clock source - internal or external.
Public
Methods
Public
- procedure StartGenPump()
- function ClockIsExternal() : Boolean
- procedure RemoveTimer()
- procedure RequestPump(AOutputPin : TOWPin)
- function GetFrameDelay() : Int64
- procedure Pump() - Plays one buffer if enabled, the input pin is not connected, and ClockSource is csExternal.
Pins
- ClockPin - The external clock pin for the filter when used as generator.