Changeset 91172 in vbox
- Timestamp:
- Sep 9, 2021 6:02:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91148 r91172 348 348 349 349 RTThreadSleep(RT_MIN(RT_MAX(1, pStream->Cfg.Device.cMsSchedulingHint), 256)); 350 351 /* Try draining the stream in the hope that we can write to it soon again. */352 rc = AudioTestMixStreamDrain(&pStream->Mix, true /*fSync*/);353 AssertRCBreak(rc);354 350 } 355 351 else
Note:
See TracChangeset
for help on using the changeset viewer.