| Unit Demo_au1 |
| Classes |
TForm1 -
| Functions |
| Types |
| Constants |
| Variables |
| Functions |
| Types |
PMem = ^TMem************************************************************************ Description: Demo program showing how to use the TAudio component Accessed unique Units - Components: Audio.pas Compiler: Delphi 1.02 (on Windows 3.11) I/O: waveform device via Windows multimedia API Ver Date Made by Change 1.00 980108 Håkan Bergzén
TMem = record
P : Pointer;
Size : Word;
Next : PMem;
end;
| Constants |
| Variables |