|
WAVEFILTER
The WAVEFILTER structure defines a filter for waveform-audio data. Only filter information
common to all waveform-audio data filters is included in this structure. For
filters that require additional information, this structure is included as the
first member in another structure along with the additional information.
typedef struct {
DWORD cbStruct;
DWORD dwFilterTag;
DWORD fdwFilter;
DWORD dwReserved[5];
} WAVEFILTER;
Members
cbStruct
Size, in bytes, of the WAVEFILTER structure. The size specified in this member must be large enough to contain
the base WAVEFILTER structure.
dwFilterTag
Waveform-audio filter type. Filter tags are registered with Microsoft
Corporation for various filter algorithms.
fdwFilter
Flags for the dwFilterTag member. The flags defined for this member are universal to all filters.
Currently, no flags are defined.
dwReserved
Reserved for system use; should not be examined or modified by an application.
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
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
|