Type ALBasicGenericFilter.TALProcessAudioNotify

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(5 intermediate revisions by one user not shown)
Line 12: Line 12:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type procedure''' [[Type ALBasicGenericFilter.TALProcessAudioNotify|TALProcessAudioNotify]]( Sender : TObject, InBuffer : [[Interface ALSimpleAudioBuffer.IALAudioBuffer|IALAudioBuffer]], '''var''' OutBuffer : [[Interface ALSimpleAudioBuffer.IALAudioBuffer|IALAudioBuffer]], '''var''' SendOutputData : Boolean ) '''of object''';
+
'''type procedure''' [[Type ALBasicGenericFilter.TALProcessAudioNotify|TALProcessAudioNotify]]( Sender : TObject, InBuffer : IALAudioBuffer, '''var''' OutBuffer : IALAudioBuffer, '''var''' SendOutputData : Boolean ) '''of object''';
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type ALBasicGenericFilter.TALProcessAudioNotify|TALProcessAudioNotify]])( TObject * Sender, [[Interface ALSimpleAudioBuffer.IALAudioBuffer|IALAudioBuffer]] InBuffer, [[Interface ALSimpleAudioBuffer.IALAudioBuffer|IALAudioBuffer]] &OutBuffer, bool &SendOutputData );
+
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type ALBasicGenericFilter.TALProcessAudioNotify|TALProcessAudioNotify]])( TObject * Sender, IALAudioBuffer InBuffer, IALAudioBuffer &OutBuffer, bool &SendOutputData );
 
</code>
 
</code>
  

Latest revision as of 00:10, 26 June 2013

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

Unit: ALBasicGenericFilter

Contents

Syntax

Delphi:

type procedure TALProcessAudioNotify( Sender : TObject, InBuffer : IALAudioBuffer, var OutBuffer : IALAudioBuffer, var SendOutputData : Boolean ) of object;

C++ Builder:

typedef void __fastcall (__closure *TALProcessAudioNotify)( TObject * Sender, IALAudioBuffer InBuffer, IALAudioBuffer &OutBuffer, bool &SendOutputData );

Summary

Event type for TALBasicGenericFilter.OnProcessData event.

Description

Defines event type for TALBasicGenericFilter.OnProcessData event.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox