Type VLBasicGenericFilter.TVLStartNotify

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 21: Line 21:
  
 
== Summary ==
 
== Summary ==
Event type for TVLGenericFilter.OnStart .  
+
Event type for [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]].OnStart .  
  
 
== Description ==
 
== Description ==
Defines event type for TVLGenericFilter.OnStart .
+
Defines event type for [[Class VLGenericFilter.TVLGenericFilter|TVLGenericFilter]].OnStart .
  
  

Revision as of 19:28, 29 November 2011

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