Changeset 89328 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- May 28, 2021 12:22:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89310 r89328 1357 1357 if (pDrvStack->pIAudioConnector) 1358 1358 { 1359 rc = pDrvStack->pIAudioConnector->pfnStreamCapture(pDrvStack->pIAudioConnector, pStream, p cbCaptured);1359 rc = pDrvStack->pIAudioConnector->pfnStreamCapture(pDrvStack->pIAudioConnector, pStream, pvBuf, cbBuf, pcbCaptured); 1360 1360 if (RT_FAILURE(rc)) 1361 1361 RTTestFailed(g_hTest, "pfnStreamCapture(,,,%#x) failed: %Rrc", cbBuf, rc);
Note:
See TracChangeset
for help on using the changeset viewer.