mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +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;
|
struct _SOUND_DEVICE_INSTANCE* SoundDeviceInstance;
|
||||||
PWAVEHDR Header;
|
PWAVEHDR Header;
|
||||||
BOOL PerformCompletion;
|
BOOL PerformCompletion;
|
||||||
|
|
||||||
|
DWORD OriginalBufferSize;
|
||||||
|
LPOVERLAPPED_COMPLETION_ROUTINE OriginalCompletionRoutine;
|
||||||
|
|
||||||
} SOUND_OVERLAPPED, *PSOUND_OVERLAPPED;
|
} SOUND_OVERLAPPED, *PSOUND_OVERLAPPED;
|
||||||
|
|
||||||
typedef MMRESULT (*WAVE_COMMIT_FUNC)(
|
typedef MMRESULT (*WAVE_COMMIT_FUNC)(
|
||||||
|
@ -329,6 +333,7 @@ typedef struct _SOUND_DEVICE_INSTANCE
|
||||||
DWORD LoopsRemaining;
|
DWORD LoopsRemaining;
|
||||||
DWORD FrameSize;
|
DWORD FrameSize;
|
||||||
DWORD BufferCount;
|
DWORD BufferCount;
|
||||||
|
WAVEFORMATEX WaveFormatEx;
|
||||||
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
|
} SOUND_DEVICE_INSTANCE, *PSOUND_DEVICE_INSTANCE;
|
||||||
|
|
||||||
/* This lives in WAVEHDR.reserved */
|
/* This lives in WAVEHDR.reserved */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue