|
capGetAudioFormatSize
The capGetAudioFormatSize macro obtains the size of the audio format. You can use this macro or
explicitly call the WM_CAP_GET_AUDIOFORMAT message.
DWORD capGetAudioFormatSize(
Parameters
hwnd
Handle of a capture window.
Return Values
Returns the size, in bytes, of the audio format.
Remarks
Because compressed audio formats vary in size requirements applications must
first retrieve the size, then allocate memory, and finally request the audio
format data.
See Also
WM_CAP_GET_AUDIOFORMAT
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
|