Changeset 57452 in vbox
- Timestamp:
- Aug 19, 2015 9:43:15 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r57358 r57452 213 213 AssertPtrReturn(pVRDEStrmOut, VERR_INVALID_POINTER); 214 214 215 uint32_t live = drvAudioHstOutSamplesLive(pHstStrmOut , NULL /* pcStreamsLive */);215 uint32_t live = drvAudioHstOutSamplesLive(pHstStrmOut); 216 216 uint64_t now = PDMDrvHlpTMGetVirtualTime(pDrv->pDrvIns); 217 217 uint64_t ticks = now - pVRDEStrmOut->old_ticks;
Note:
See TracChangeset
for help on using the changeset viewer.