Changeset 87170 in vbox for trunk/include/VBox
- Timestamp:
- Jan 4, 2021 6:44:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r87159 r87170 1392 1392 * Associated input streams then return silence when read from those. 1393 1393 * 1394 * Warning: Use this function carefully, as this could violate / run against the (global) VM settings. See #9882.1395 *1396 1394 * @returns VBox status code. 1397 1395 * @param pInterface Pointer to the interface structure containing the called function pointer. 1398 1396 * @param enmDir Audio direction to enable or disable driver for. 1399 1397 * @param fEnable Whether to enable or disable the specified audio direction. 1398 * 1399 * @note Be very careful when using this function, as this could 1400 * violate / run against the (global) VM settings. See @bugref{9882}. 1400 1401 */ 1401 1402 DECLR3CALLBACKMEMBER(int, pfnEnable, (PPDMIAUDIOCONNECTOR pInterface, PDMAUDIODIR enmDir, bool fEnable));
Note:
See TracChangeset
for help on using the changeset viewer.