Changeset 91185 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Sep 9, 2021 6:12:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91184 r91185 306 306 307 307 uint32_t cbPlayed = 0; 308 AudioTestMixStreamGetWritable(&pStream->Mix); 309 uint32_t const cbCanWrite = PDMAudioPropsMilliToBytes(pMix->pProps, pStream->Cfg.Device.cMsSchedulingHint); 308 uint32_t const cbCanWrite = AudioTestMixStreamGetWritable(&pStream->Mix); 310 309 if (cbCanWrite) 311 310 {
Note:
See TracChangeset
for help on using the changeset viewer.