VirtualBox

Changeset 70564 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 12, 2018 6:01:25 PM (7 years ago)
Author:
vboxsync
Message:

Main/AudioDriver: Documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/AudioDriver.cpp

    r70563 r70564  
    7171}
    7272
     73
     74/**
     75 * Initializes the audio driver with a certain (device) configuration.
     76 * Note: The driver's LUN will be determined on runtime when attaching the
     77 *       driver to the audio driver chain.
     78 *
     79 * @returns VBox status code.
     80 * @param pCfg                  Audio driver configuration to use.
     81 */
    7382int AudioDriver::Initialize(AudioDriverCfg *pCfg)
    7483{
     
    8594 * Does nothing if the audio driver already is attached.
    8695 *
    87  * @returns IPRT status code.
     96 * @returns VBox status code.
    8897 * @param   pThis               Audio driver to detach.
    8998 */
     
    134143 * Does nothing if the audio driver already is detached or not attached.
    135144 *
    136  * @returns IPRT status code.
     145 * @returns VBox status code.
    137146 * @param   pThis               Audio driver to detach.
    138147 */
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