Method procedure VLCommonFilter.TVLCommonFilter.ProcessFrame(IVLImageBuffer;IVLImageBuffer)

From Mitov Wiki Doc
Jump to: navigation, search

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( InImage : IVLImageBuffer, var OutImage : IVLImageBuffer );

C++ Builder:

void __fastcall ProcessFrame( IVLImageBuffer InImage, IVLImageBuffer &OutImage );

Visual C++ (MFC):

void ProcessFrame( TVLCVideoBuffer InImage, TVLCVideoBuffer &OutImage );

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
InImage Input image buffer.
OutImage Output image buffer.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox