VirtualBox

Changeset 88726 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 27, 2021 10:43:42 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144044
Message:

DrvAudio: Prep work for new backend stream status... bugref:9890

File:
1 edited

Legend:

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

    r88724 r88726  
    900900
    901901/** @name PDMAUDIOSTREAM_STS_XXX
     902 * @sa PDMIAUDIOCONNECTOR::pfnStreamGetStatus, PDMIHOSTAUDIO::pfnStreamGetStatus
    902903 * @{ */
    903904/** No flags being set. */
     
    922923#define PDMAUDIOSTREAM_STS_NEED_REINIT      RT_BIT_32(4)
    923924/** Validation mask. */
    924 #define PDMAUDIOSTREAM_STS_VALID_MASK       UINT32_C(0x0000001F)
    925 /** Stream status flag, PDMAUDIOSTREAM_STS_XXX. */
    926 typedef uint32_t uint32_t;
     925#define PDMAUDIOSTREAM_STS_VALID_MASK       UINT32_C(0x0000001f)
    927926/** @} */
    928927
     
    11581157     * Returns the status of a specific audio stream.
    11591158     *
    1160      * @returns Audio stream status
     1159     * @returns PDMAUDIOSTREAM_STS_XXX
    11611160     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    11621161     * @param   pStream         Pointer to audio stream.
     
    13751374     * Returns the current status of the given backend stream.
    13761375     *
    1377      * @returns uint32_t
     1376     * @returns PDMAUDIOSTREAM_STS_XXX
    13781377     * @param   pInterface          Pointer to the interface structure containing the called function pointer.
    13791378     * @param   pStream             Pointer to audio stream.
Note: See TracChangeset for help on using the changeset viewer.

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