Changeset 88725 in vbox
- Timestamp:
- Apr 27, 2021 10:27:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r88724 r88725 2441 2441 * Reading the actual data from a stream then will return silence then. 2442 2442 */ 2443 uint32_t fStatus = PDMAUDIOSTREAM_STS_NONE; 2444 if (pThis->pHostDrvAudio->pfnStreamGetStatus) 2445 fStatus = pThis->pHostDrvAudio->pfnStreamGetStatus(pThis->pHostDrvAudio, pStreamEx->pBackend); 2443 uint32_t fStatus = pThis->pHostDrvAudio->pfnStreamGetStatus(pThis->pHostDrvAudio, pStreamEx->pBackend); 2446 2444 if ( !PDMAudioStrmStatusCanRead(fStatus) 2447 2445 || fDisabled)
Note:
See TracChangeset
for help on using the changeset viewer.