VirtualBox

Changeset 95364 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jun 24, 2022 4:51:21 PM (3 years ago)
Author:
vboxsync
Message:

Main/FE: Added new audio driver type "default" to make it possible to move VMs (appliances) between different platforms without the need of changing the audio driver explicitly. When the "default" driver is selected, the best audio backend option for a platform will be used.

While at it, also added the "WAS" (Windows Audio Session) driver type for which we only had a hack so far. This now can be explicitly selected, also by the frontends. bugref:10051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r94714 r95364  
    17931793    static const AudioDriverType_T aAudioDriverTypes[] =
    17941794    {
     1795        AudioDriverType_Default,
    17951796#ifdef RT_OS_WINDOWS
    17961797# if 0 /* deprecated for many years now */
    17971798        AudioDriverType_WinMM,
    17981799# endif
     1800        AudioDriverType_WAS,
    17991801        AudioDriverType_DirectSound,
    18001802#endif
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