VirtualBox

Changeset 87170 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 4, 2021 6:44:42 PM (4 years ago)
Author:
vboxsync
Message:

pdmaudioifs.h: Use doxygen better. bugref:9882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r87159 r87170  
    13921392     * Associated input streams then return silence when read from those.
    13931393     *
    1394      * Warning: Use this function carefully, as this could violate / run against the (global) VM settings. See #9882.
    1395      *
    13961394     * @returns VBox status code.
    13971395     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    13981396     * @param   enmDir          Audio direction to enable or disable driver for.
    13991397     * @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}.
    14001401     */
    14011402    DECLR3CALLBACKMEMBER(int, pfnEnable, (PPDMIAUDIOCONNECTOR pInterface, PDMAUDIODIR enmDir, bool fEnable));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette