VirtualBox

Changeset 32936 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Oct 6, 2010 9:40:15 AM (14 years ago)
Author:
vboxsync
Message:

dsound: Use global focus (instead of sticky).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/dsound_template.h

    r1071 r32936  
    216216        );
    217217#else
    218     bd.dwFlags = DSBCAPS_STICKYFOCUS | DSBCAPS_GETCURRENTPOSITION2;
     218    bd.dwFlags = DSBCAPS_GLOBALFOCUS | DSBCAPS_GETCURRENTPOSITION2;
    219219    bd.dwBufferBytes = conf.bufsize_out;
    220220    hr = IDirectSound_CreateSoundBuffer (
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette