- Timestamp:
- Aug 3, 2018 2:44:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r73476 r73489 1411 1411 if (pStreamALSA->pCfg->enmDir == PDMAUDIODIR_OUT) 1412 1412 { 1413 /* Getting the delay (in audio frames) reports the time it will take 1414 * to hear a new sample after all queued samples have been played out. */ 1413 1415 int rc2 = snd_pcm_delay(pStreamALSA->phPCM, &cfDelay); 1414 1416 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.