Type VLDSCapture.TVLOnRawCaptionData

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
Line 12: Line 12:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type procedure''' [[Type VLDSCapture.TVLOnRawCaptionData|TVLOnRawCaptionData]]( '''var''' Sender : TObject, Value : String ) '''of object''';
+
'''type procedure''' [[Type VLDSCapture.TVLOnRawCaptionData|TVLOnRawCaptionData]]( Sender : TObject, Value : String ) '''of object''';
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type VLDSCapture.TVLOnRawCaptionData|TVLOnRawCaptionData]])( TObject * &Sender, String Value );
+
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type VLDSCapture.TVLOnRawCaptionData|TVLOnRawCaptionData]])( TObject * Sender, String Value );
 
</code>
 
</code>
  

Latest revision as of 17:19, 18 October 2012

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: VLDSCapture

Contents

Syntax

Delphi:

type procedure TVLOnRawCaptionData( Sender : TObject, Value : String ) of object;

C++ Builder:

typedef void __fastcall (__closure *TVLOnRawCaptionData)( TObject * Sender, String Value );

Summary

Event type for events is called when raw text data is extracted from a closed captions stream.

Description

Defines event type for events is called when raw text data is extracted from a closed captions stream.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox