VirtualBox

Changeset 95366 in vbox


Ignore:
Timestamp:
Jun 24, 2022 4:55:30 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151960
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 [build fix]. bugref:10051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r95364 r95366  
    26062606                else if (!RTStrICmp(ValueUnion.psz, "was"))
    26072607                {
    2608                     CHECK_ERROR(audioAdapter, COMSETTER(AudioDriver)(AudioDriverType_was));
     2608                    CHECK_ERROR(audioAdapter, COMSETTER(AudioDriver)(AudioDriverType_WAS));
    26092609                    CHECK_ERROR(audioAdapter, COMSETTER(Enabled)(true));
    26102610                }
Note: See TracChangeset for help on using the changeset viewer.

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