#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wine/debug.h"
#include "mmsystem.h"
#include "mmreg.h"
#include "msacm.h"
#include "msacmdrv.h"
#include "wineacm.h"
Go to the source code of this file.
Defines |
| #define | NOBITMAP |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msacm) |
| static PWINE_ACMSTREAM | ACM_GetStream (HACMSTREAM has) |
| MMRESULT WINAPI | acmStreamClose (HACMSTREAM has, DWORD fdwClose) |
| MMRESULT WINAPI | acmStreamConvert (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwConvert) |
| MMRESULT WINAPI | acmStreamMessage (HACMSTREAM has, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| MMRESULT WINAPI | acmStreamOpen (PHACMSTREAM phas, HACMDRIVER had, PWAVEFORMATEX pwfxSrc, PWAVEFORMATEX pwfxDst, PWAVEFILTER pwfltr, DWORD_PTR dwCallback, DWORD_PTR dwInstance, DWORD fdwOpen) |
| MMRESULT WINAPI | acmStreamPrepareHeader (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwPrepare) |
| MMRESULT WINAPI | acmStreamReset (HACMSTREAM has, DWORD fdwReset) |
| MMRESULT WINAPI | acmStreamSize (HACMSTREAM has, DWORD cbInput, LPDWORD pdwOutputBytes, DWORD fdwSize) |
| MMRESULT WINAPI | acmStreamUnprepareHeader (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare) |