Type VLBasicGenericFilter.TVLStartNotify

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.

Package: VideoLabBasicPkg

Unit: VLBasicGenericFilter

Contents

Syntax

Delphi:

type procedure TVLStartNotify( Sender : TObject, var AWidth : Integer, var AHeight : Integer, AFrameDelay : Real ) of object;

C++ Builder:

typedef void __fastcall (__closure *TVLStartNotify)( TObject * Sender, int &AWidth, int &AHeight, double AFrameDelay );

Summary

Event type for TVLGenericFilter.OnStart .

Description

Defines event type for TVLGenericFilter.OnStart .


Sender - the component generating the event.

AWidth and AHeight - the expected Width and the Height of the vide frames to be send.

ARate - the expected frame rate.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox