Changeset 88726 in vbox for trunk/include/VBox
- Timestamp:
- Apr 27, 2021 10:43:42 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88724 r88726 900 900 901 901 /** @name PDMAUDIOSTREAM_STS_XXX 902 * @sa PDMIAUDIOCONNECTOR::pfnStreamGetStatus, PDMIHOSTAUDIO::pfnStreamGetStatus 902 903 * @{ */ 903 904 /** No flags being set. */ … … 922 923 #define PDMAUDIOSTREAM_STS_NEED_REINIT RT_BIT_32(4) 923 924 /** 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) 927 926 /** @} */ 928 927 … … 1158 1157 * Returns the status of a specific audio stream. 1159 1158 * 1160 * @returns Audio stream status1159 * @returns PDMAUDIOSTREAM_STS_XXX 1161 1160 * @param pInterface Pointer to the interface structure containing the called function pointer. 1162 1161 * @param pStream Pointer to audio stream. … … 1375 1374 * Returns the current status of the given backend stream. 1376 1375 * 1377 * @returns uint32_t1376 * @returns PDMAUDIOSTREAM_STS_XXX 1378 1377 * @param pInterface Pointer to the interface structure containing the called function pointer. 1379 1378 * @param pStream Pointer to audio stream.
Note:
See TracChangeset
for help on using the changeset viewer.