Changeset 88379 in vbox for trunk/include
- Timestamp:
- Apr 7, 2021 7:58:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88378 r88379 1347 1347 1348 1348 /** 1349 * Signals the backend that the host wants to begin playing for this iteration. Optional.1350 *1351 * @param pInterface Pointer to the interface structure containing the called function pointer.1352 * @param pStream Pointer to audio stream.1353 */1354 DECLR3CALLBACKMEMBER(void, pfnStreamPlayBegin, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream));1355 1356 /**1357 1349 * Plays (writes to) an audio (output) stream. 1358 1350 * … … 1385 1377 1386 1378 /** PDMIHOSTAUDIO interface ID. */ 1387 #define PDMIHOSTAUDIO_IID " cf8dcd5f-0077-499e-9db1-1161b046fded"1379 #define PDMIHOSTAUDIO_IID "28ae3ee3-c328-4dd9-89c1-6e2b602f2d41" 1388 1380 1389 1381
Note:
See TracChangeset
for help on using the changeset viewer.