The acmStreamConvertCallback function specifies an application-provided callback function to be used when the acmStreamOpen function specifies the CALLBACK_FUNCTION flag. The acmStreamConvertCallback name is a placeholder for an application-defined function name.
void CALLBACK acmStreamConvertCallback(
HACMSTREAM has,
UINT uMsg,
DWORD dwInstance,
LPARAM lParam1,
LPARAM lParam2
);
This function does not return a value.
The following functions should not be called from within the callback function: acmDriverAdd, acmDriverRemove, and acmDriverPriority.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Import Library: User-defined.
Audio Compression Manager Overview, Audio Compression Functions, acmStreamOpen, ACMSTREAMHEADER, acmDriverAdd, acmDriverRemove, acmDriverPriority