On Windows GetPan() may not return the value that was just set with

SetPan().
oldstable
Francois Gouget 2004-07-16 23:21:33 +00:00 committed by Alexandre Julliard
parent 1e00ad2477
commit acb7207a9d
1 changed files with 0 additions and 3 deletions

View File

@ -421,9 +421,6 @@ void test_buffer(LPDIRECTSOUND dso, LPDIRECTSOUNDBUFFER dsbo,
rc=IDirectSoundBuffer_SetPan(dsbo,pan);
ok(rc==DS_OK,"SetPan failed: 0x%lx\n",rc);
rc=IDirectSoundBuffer_GetPan(dsbo,&val);
ok(val==pan,"volume=%ld instead of %ld\n",val,pan);
} else {
/* DSOUND: Error: Buffer does not have CTRLPAN */
rc=IDirectSoundBuffer_GetPan(dsbo,&pan);