Changeset 68758 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 14, 2017 6:31:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r68757 r68758 1380 1380 1381 1381 /** 1382 * Returns the amount which is pending (in other words has not yet been processed) by/from the backend yet. 1382 * Returns the amount which is pending (in other words has not yet been processed) by/from the backend yet. 1383 1383 * Optional. 1384 1384 * 1385 * For input streams this is audio data from the host which has not been processedyet.1386 * For output streams this is audio data from the guest host which has not been processed yet.1385 * For input streams this is read audio data by the backend which has not been processed by the host yet. 1386 * For output streams this is written audio data to the backend which has not been processed by the backend yet. 1387 1387 * 1388 1388 * @returns For non-raw layout streams: Number of pending bytes.
Note:
See TracChangeset
for help on using the changeset viewer.