|
Allocating and Preparing Audio Data Blocks
Some multimedia audio functions require applications to allocate data blocks
to pass to the device drivers for playback or recording purposes. Each of these
functions uses a structure (or header) to describe its data block. The
following table identifies these functions and their associated header structures. (The
MMSYSTEM.H file defines the data structures for these headers.)
Before you use one of the functions listed above to pass a data block to a
device driver, you must allocate memory for the data block according to the
guidelines discussed in the following topics.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|