VirtualBox

Ignore:
Timestamp:
Aug 10, 2018 8:51:03 AM (6 years ago)
Author:
vboxsync
Message:

Audio: Renamed the (tweakable) per-driver CFGM options to make it easier remembering them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r73308 r73611  
    34973497        }
    34983498
    3499         InsertConfigInteger(pCfg, "PeriodMs",
    3500                             i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PeriodMs", 0 /* Default */));
     3499        InsertConfigInteger(pCfg, "PeriodSizeMs",
     3500                            i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PeriodSizeMs", 0 /* Default */));
    35013501        InsertConfigInteger(pCfg, "BufferSizeMs",
    35023502                            i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "BufferSizeMs", 0 /* Default */));
    3503         InsertConfigInteger(pCfg, "PreBufferMs",
    3504                             i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PreBufferMs", UINT32_MAX /* Default */));
     3503        InsertConfigInteger(pCfg, "PreBufferSizeMs",
     3504                            i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PreBufferSizeMs", UINT32_MAX /* Default */));
    35053505
    35063506    PCFGMNODE pLunL1;
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