VirtualBox

Changeset 88144 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Mar 16, 2021 10:15:05 PM (4 years ago)
Author:
vboxsync
Message:

PDM/Audio: doxygen bugref:9890

File:
1 edited

Legend:

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

    r88112 r88144  
    15841584     * Returns the number of readable data (in bytes) of a specific audio input stream.
    15851585     *
    1586      * @returns Number of readable data (in bytes).
     1586     * @returns Number of bytes of readable data.
    15871587     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    15881588     * @param   pStream         Pointer to audio stream.
     
    15931593     * Returns the number of writable data (in bytes) of a specific audio output stream.
    15941594     *
    1595      * @returns Number of writable data (in bytes).
     1595     * @returns Number of bytes writable data.
    15961596     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    15971597     * @param   pStream         Pointer to audio stream.
     
    16191619
    16201620    /**
    1621      * Plays (transfers) available audio frames to the host backend. Only works with output streams.
     1621     * Plays (transfers) available audio frames to the host backend.
     1622     *
     1623     * Only works with output streams.
    16221624     *
    16231625     * @returns VBox status code.
     
    16291631
    16301632    /**
    1631      * Captures (transfers) available audio frames from the host backend. Only works with input streams.
     1633     * Captures (transfers) available audio frames from the host backend.
     1634     *
     1635     * Only works with input streams.
    16321636     *
    16331637     * @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