VirtualBox

Changeset 73210 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 18, 2018 3:06:37 PM (7 years ago)
Author:
vboxsync
Message:

VMM/pdmaudioifs.h: Docs.

File:
1 edited

Legend:

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

    r71757 r73210  
    590590    /** Enables the stream. */
    591591    PDMAUDIOSTREAMCMD_ENABLE,
    592     /** Disables the stream. */
     592    /** Disables the stream.
     593     *  For output streams this stops the stream after playing the remaining (buffered) audio data.
     594     *  For input streams this will deliver the remaining (captured) audio data and not accepting
     595     *  any new audio input data afterwards. */
    593596    PDMAUDIOSTREAMCMD_DISABLE,
    594597    /** Pauses the stream. */
     
    12621265
    12631266    /**
    1264      * Plays (transfers) available audio frames via the host backend. Only works with output streams.
     1267     * Plays (transfers) available audio frames to the host backend. Only works with output streams.
    12651268     *
    12661269     * @returns VBox status code.
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