Class VLChangeRate.TVLChangeRate
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:16, 11 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: VLChangeRate
Inherits: TVLCommonFilter
Contents |
Syntax
Delphi:
type TVLChangeRate = class( TVLCommonFilter )
C++ Builder:
class TVLChangeRate : public TVLCommonFilter
Visual C++ (MFC):
class CTVLChangeRate : public CTVLCommonFilter
C# (.NET):
public ref class TVLChangeRate : Mitov.VideoLab.CommonFilter
Summary
Changes the video frame rate.
Description
Use this component to change the frame rate of the video stream. The component will remove frames or inject new frames if needed to change the rate. It also will perform morphing between frames.
Diagram:
Properties
Published
- FrameRate - Desired frame rate.
- UseBlending - Enables/Disables the transitional blending between frames.
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)