F-IN-BOX Delphi Edition Help >> TFlashPlayerControl / TTransparentFlashPlayerControl >> Globals

SetAudioOutputWriteHandler

Syntax

[ Delphi ]
TFlashPlayerControlOnAudioOutputWrite = procedure(lpWaveOutHdr: PWaveHdr; uSize: UINT) of object;

procedure SetAudioOutputWriteHandler(Handler: TFlashPlayerControlOnAudioOutputWrite);

[ Builder C++ ]
typedef void __fastcall (__closure *TFlashPlayerControlOnAudioOutputWrite)
   (Mmsystem::PWaveHdr lpWaveOutHdr, int uSize);

void __fastcall SetAudioOutputWriteHandler(TFlashPlayerControlOnAudioOutputWrite Handler);

Description

Sets a handler which is called when Flash writes audio data.


More about TFlashPlayerControl
Copyright © Softanics. All rights reserved
F-IN-BOX is a registered trademark of Softanics|Delphi is a trademark of Borland Software Corporation|Macromedia and Shockwave Flash are trademarks of Adobe, Inc.