Changeset 61166 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 24, 2016 3:26:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r61157 r61166 637 637 * @returns VBox status code. 638 638 * @param pInterface Pointer to the interface structure containing the called function pointer. 639 * @param pszName Friendly name of this input stream. 640 * @param ppGstStrmIn Pointer where to return the guest guest input stream on success. 641 */ 642 DECLR3CALLBACKMEMBER(int, pfnStreamCreate, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOSTREAM *ppStream)); 639 * @param pCfgHost Stream configuration for host side. 640 * @param pCfgGuest Stream configuration for guest side. 641 * @param ppStream Pointer where to return the created audio stream on success. 642 */ 643 DECLR3CALLBACKMEMBER(int, pfnStreamCreate, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOSTREAMCFG pCfgHost, PPDMAUDIOSTREAMCFG pCfgGuest, PPDMAUDIOSTREAM *ppStream)); 643 644 644 645 /** … … 694 695 695 696 /** PDMIAUDIOCONNECTOR interface ID. */ 696 #define PDMIAUDIOCONNECTOR_IID " 45620608-5014-4322-8593-A15ACFDA2B12"697 #define PDMIAUDIOCONNECTOR_IID "9CDE2581-41B1-838E-24A5-448B2D0C822E" 697 698 698 699
Note:
See TracChangeset
for help on using the changeset viewer.