mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
- Add members required for usermode-mixing support
svn path=/trunk/; revision=42755
This commit is contained in:
parent
78741d32c5
commit
53a7643988
1 changed files with 5 additions and 0 deletions
|
@ -184,6 +184,10 @@ typedef struct _SOUND_OVERLAPPED
|
|||
struct _SOUND_DEVICE_INSTANCE* SoundDeviceInstance;
|
||||
PWAVEHDR Header;
|
||||
BOOL PerformCompletion;
|
||||
|
||||
DWORD OriginalBufferSize;
|
||||
LPOVERLAPPED_COMPLETION_ROUTINE OriginalCompletionRoutine;
|
||||
|
||||
} SOUND_OVERLAPPED, *PSOUND_OVERLAPPED;
|
||||
|
||||
typedef MMRESULT (*WAVE_COMMIT_FUNC)(
|
||||
|
@ -329,6 +333,7 @@ typedef struct _SOUND_DEVICE_INSTANCE
|
|||
DWORD LoopsRemaining;
|
||||
DWORD FrameSize;
|
||||
DWORD BufferCount;
|
||||
WAVEFORMATEX WaveFormatEx;
|
||||
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
|
||||
|
||||
/* This lives in WAVEHDR.reserved */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue