Unit Waveplay

***************************************************** TWave class and TWavwPlayer Component This unit contains the code for the TWave class and the TWavePlayer component. TWave class allows you to include WaveAudio data directly in your components and therefore in your *.DFM and *.EXE files just like graphics. TWavePlayer is a simple component using the TWave class which holds WaveAudio data. The component implements three published properties, Enabled -- if true then able to play audio Options -- audio play options Wave -- the WaveAudio data Two public methods Play -- play the WaveAudio data Abort -- abort the WaveAudio data Two events, BeforePlay -- execute code before playing WaveAudioData AfterPlay -- execute code after playing WaveAudioData Paul Warren HomeGrown Software Development (c) 1995 Langley British Columbia. (604) 530-9097 e-mail: hg_soft@uniserve.com Home page: http://haven.uniserve.com/~hg_soft

Classes

TWave -
TWaveClass -
TWavePlayer -

Functions

Register - register component on 'Misc' page

Types

TOptionsSet
TWavePlayOpt

Constants

Variables


Functions


procedure Register;

register component on 'Misc' page

Types


TOptionsSet = set of TWavePlayOpt

TWavePlayOpt = (wpoSync, wpoAsync, wpoNoDefault, wpoLoop, wpoNoStop);
TWavePlayer

Constants


Variables