- Timestamp:
- Apr 9, 2015 2:28:32 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r55109 r55163 1578 1578 pThis->cfg.pGuidPlay = dsoundConfigQueryGUID(pCfg, "DeviceGuidOut", &pThis->cfg.uuidPlay); 1579 1579 pThis->cfg.pGuidCapture = dsoundConfigQueryGUID(pCfg, "DeviceGuidIn", &pThis->cfg.uuidCapture); 1580 1581 DSLOG(("DSound: BufsizeOut %u, BufsizeIn %u, DeviceGuidOut {%RTuuid}, DeviceGuidIn {%RTuuid}\n", 1582 pThis->cfg.cbBufferOut, 1583 pThis->cfg.cbBufferIn, 1584 &pThis->cfg.uuidPlay, 1585 &pThis->cfg.uuidCapture)); 1580 1586 } 1581 1587
Note:
See TracChangeset
for help on using the changeset viewer.