mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
- Partly implement WIDM_ADDBUFFER
svn path=/trunk/; revision=43313
This commit is contained in:
parent
91e81e3263
commit
167a790409
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,7 @@ widMessage(
|
|||
|
||||
case WIDM_GETDEVCAPS :
|
||||
{
|
||||
|
||||
Result = MmeGetSoundDeviceCapabilities(WAVE_IN_DEVICE_TYPE,
|
||||
DeviceId,
|
||||
(PVOID) Parameter1,
|
||||
|
@ -89,6 +90,13 @@ widMessage(
|
|||
Result = MmeResetWavePlayback(PrivateHandle);
|
||||
break;
|
||||
}
|
||||
|
||||
case WIDM_ADDBUFFER :
|
||||
{
|
||||
Result = MmeWriteWaveHeader(PrivateHandle, Parameter1);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
SND_TRACE(L"widMessage returning MMRESULT %d\n", Result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue