Method procedure VLCommonFilter.TVLCommonFilter.ProcessFrame(IVLImageBuffer)
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.
Class: TVLCommonFilter
Contents |
Syntax
Delphi:
procedure ProcessFrame( Image : IVLImageBuffer );
C++ Builder:
void __fastcall ProcessFrame( IVLImageBuffer Image );
Visual C++ (MFC):
void ProcessFrame( TVLCVideoBuffer Image );
Summary
Performs a filter operation over a video buffer.
Description
Call this method to perform a filter operation over a video buffer.
Parameters
Parameter | Description |
---|---|
Image | Input and output image buffer. |