Type ALGenericGen.TALAudioBufferGenEvent

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

Unit: ALGenericGen

Contents

Syntax

Delphi:

type procedure TALAudioBufferGenEvent( Sender : TObject, var OutBuffer : IALAudioBuffer, var Populated : Boolean, var Finished : Boolean ) of object;

C++ Builder:

typedef void __fastcall (__closure *TALAudioBufferGenEvent)( TObject * Sender, IALAudioBuffer &OutBuffer, bool &Populated, bool &Finished );

Summary

Event type to be used by the TALGenericGen.

Description

Defines a callback event to be used by the TALGenericGen . To provide data populate the OutBuffer. To force the generator to ignore the data request, set the Finished to False. If you decide not to populate the buffer set the Populated to False. In this case the generator will zero the buffer.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox