Changeset 63361 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 12, 2016 2:18:42 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r63360 r63361 1666 1666 if (RT_FAILURE(rc)) 1667 1667 dsoundUpdateStatusInternal(pThis); 1668 else if (pcb Read)1669 *pcb Read= cReadTotal;1668 else if (pcbWritten) 1669 *pcbWritten = cReadTotal; 1670 1670 1671 1671 LogFlowFuncLeaveRC(rc); … … 1894 1894 if (RT_FAILURE(rc)) 1895 1895 dsoundUpdateStatusInternal(pThis); 1896 else if (pcb Written)1897 *pcb Written= cSamplesProcessed;1896 else if (pcbRead) 1897 *pcbRead = cSamplesProcessed; 1898 1898 1899 1899 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.