Changeset 73611 in vbox for trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
- Timestamp:
- Aug 10, 2018 8:51:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r73308 r73611 3497 3497 } 3498 3498 3499 InsertConfigInteger(pCfg, "Period Ms",3500 i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "Period Ms", 0 /* Default */));3499 InsertConfigInteger(pCfg, "PeriodSizeMs", 3500 i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PeriodSizeMs", 0 /* Default */)); 3501 3501 InsertConfigInteger(pCfg, "BufferSizeMs", 3502 3502 i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "BufferSizeMs", 0 /* Default */)); 3503 InsertConfigInteger(pCfg, "PreBuffer Ms",3504 i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PreBuffer Ms", UINT32_MAX /* Default */));3503 InsertConfigInteger(pCfg, "PreBufferSizeMs", 3504 i_getAudioDriverValU32(pVirtualBox, pMachine, pszDrvName, "PreBufferSizeMs", UINT32_MAX /* Default */)); 3505 3505 3506 3506 PCFGMNODE pLunL1;
Note:
See TracChangeset
for help on using the changeset viewer.