Class VLCommonFilter.TVLCommonFilter
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: TSLBasicCommonFilter
Contents |
Syntax
Delphi:
type TVLCommonFilter = class( TSLBasicCommonFilter )
C++ Builder:
class TVLCommonFilter : public TSLBasicCommonFilter
Visual C++ (MFC):
class CTVLCommonFilter : public CTSLBasicCommonFilter
C# (.NET):
public ref class CommonFilter : Mitov.VideoLab.BasicCommonFilter
Summary
Abstract base class for all the video image filters.
Description
This is abstract base class for all the video image filters.
Properties
Public
- InputVideoFormat - Returns the current input video format.
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer) - Performs a filter operation over a video buffer.
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer) - Performs a filter operation over a video buffer.
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap) - Performs a filter operation over a bitmap.