Changeset 88380 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 7, 2021 8:04:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88379 r88380 1338 1338 1339 1339 /** 1340 * Gives the host backend the chance to do some (necessary) iteration work.1341 *1342 * @returns VBox status code.1343 * @param pInterface Pointer to the interface structure containing the called function pointer.1344 * @param pStream Pointer to audio stream.1345 */1346 DECLR3CALLBACKMEMBER(int, pfnStreamIterate, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream));1347 1348 /**1349 1340 * Plays (writes to) an audio (output) stream. 1350 1341 *
Note:
See TracChangeset
for help on using the changeset viewer.