Changeset 32936 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Oct 6, 2010 9:40:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/dsound_template.h
r1071 r32936 216 216 ); 217 217 #else 218 bd.dwFlags = DSBCAPS_ STICKYFOCUS | DSBCAPS_GETCURRENTPOSITION2;218 bd.dwFlags = DSBCAPS_GLOBALFOCUS | DSBCAPS_GETCURRENTPOSITION2; 219 219 bd.dwBufferBytes = conf.bufsize_out; 220 220 hr = IDirectSound_CreateSoundBuffer (
Note:
See TracChangeset
for help on using the changeset viewer.