Changeset 88378 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 7, 2021 7:58:26 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88362 r88378 1368 1368 1369 1369 /** 1370 * Signals the backend that the host finished playing for this iteration. Optional.1371 *1372 * @param pInterface Pointer to the interface structure containing the called function pointer.1373 * @param pStream Pointer to audio stream.1374 */1375 DECLR3CALLBACKMEMBER(void, pfnStreamPlayEnd, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream));1376 1377 /**1378 * Signals the backend that the host wants to begin capturing for this iteration. Optional.1379 *1380 * @param pInterface Pointer to the interface structure containing the called function pointer.1381 * @param pStream Pointer to audio stream.1382 */1383 DECLR3CALLBACKMEMBER(void, pfnStreamCaptureBegin, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream));1384 1385 /**1386 1370 * Captures (reads from) an audio (input) stream. 1387 1371 * … … 1398 1382 void *pvBuf, uint32_t uBufSize, uint32_t *puRead)); 1399 1383 1400 /**1401 * Signals the backend that the host finished capturing for this iteration. Optional.1402 *1403 * @param pInterface Pointer to the interface structure containing the called function pointer.1404 * @param pStream Pointer to audio stream.1405 */1406 DECLR3CALLBACKMEMBER(void, pfnStreamCaptureEnd, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream));1407 1408 1384 } PDMIHOSTAUDIO; 1409 1385 1410 1386 /** PDMIHOSTAUDIO interface ID. */ 1411 #define PDMIHOSTAUDIO_IID " fafc2dfb-eaa8-4e8f-9d13-ffe9163e7c51"1387 #define PDMIHOSTAUDIO_IID "cf8dcd5f-0077-499e-9db1-1161b046fded" 1412 1388 1413 1389
Note:
See TracChangeset
for help on using the changeset viewer.