Changeset 59470 in vbox for trunk/include/VBox
- Timestamp:
- Jan 26, 2016 11:32:46 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r59420 r59470 508 508 509 509 /** 510 * Retrieves the current configuration of the host audio backend. 511 * 512 * @returns VBox status code. 513 * 514 * @param pInterface Pointer to the interface structure containing the called function pointer. 515 * @param pCfg Where to store the host audio backend configuration data. 516 */ 517 DECLR3CALLBACKMEMBER(int, pfnGetConfiguration, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOBACKENDCFG pCfg)); 518 519 /** 510 520 * Checks whether a specific guest input stream is active or not. 511 521 * … … 576 586 PDMAUDIORECSOURCE enmRecSource, PPDMAUDIOSTREAMCFG pCfg, 577 587 PPDMAUDIOGSTSTRMIN *ppGstStrmIn)); 578 579 588 /** 580 589 * Creates a guest output stream. … … 622 631 623 632 /** PDMIAUDIOCONNECTOR interface ID. */ 624 #define PDMIAUDIOCONNECTOR_IID " 7040b289-306f-454e-87ff-e90889004464"633 #define PDMIAUDIOCONNECTOR_IID "8f8ca10e-9039-423c-9a77-0014aaa98626" 625 634 626 635
Note:
See TracChangeset
for help on using the changeset viewer.