Changeset 91644 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Oct 8, 2021 2:25:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp
r91632 r91644 596 596 if (pTstEnv) 597 597 { 598 /* Also write the beacon data to the test object. */ 599 rc = AudioTestObjWrite(Obj, abBuf, cbToPlay); 598 /* Also write the beacon data to the test object. 599 * Note: We use cbPlayed here instead of cbToPlay to know if the data actually was 600 * reported as being played by the audio stack. */ 601 rc = AudioTestObjWrite(Obj, abBuf, cbPlayed); 600 602 } 601 603
Note:
See TracChangeset
for help on using the changeset viewer.