Changeset 88861 in vbox for trunk/include/VBox
- Timestamp:
- May 4, 2021 4:00:36 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88819 r88861 1551 1551 1552 1552 /** 1553 * Notification that the stream is about to change device in a bit. 1554 * 1555 * This will assume PDMAUDIOSTREAM_STS_PREPARING_SWITCH will be set when 1556 * PDMIHOSTAUDIO::pfnStreamGetStatus is next called and change the stream state 1557 * accordingly. 1558 * 1559 * @param pInterface Pointer to this interface. 1560 * @param pStream The stream that changed device (backend variant). 1561 */ 1562 DECLR3CALLBACKMEMBER(void, pfnStreamNotifyPreparingDeviceSwitch,(PPDMIHOSTAUDIOPORT pInterface, 1563 PPDMAUDIOBACKENDSTREAM pStream)); 1564 1565 /** 1553 1566 * The stream has changed its device and left the 1554 * PDMAUDIOSTREAM_STS_PREPARING_SWITCH state .1567 * PDMAUDIOSTREAM_STS_PREPARING_SWITCH state (if it entered it at all). 1555 1568 * 1556 1569 * @param pInterface Pointer to this interface. … … 1576 1589 1577 1590 /** PDMIHOSTAUDIOPORT interface ID. */ 1578 #define PDMIHOSTAUDIOPORT_IID " 4d513a11-5be1-4f6f-9a06-a2f628cf67ac"1591 #define PDMIHOSTAUDIOPORT_IID "1aa566e2-b3df-4b8a-9f80-99bdcb5e9964" 1579 1592 1580 1593 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.