Changeset 88253 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 22, 2021 6:14:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143453
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88144 r88253 1824 1824 * @param pStream Pointer to audio stream. 1825 1825 * @param pvBuf Pointer to audio data buffer to play. 1826 * @param uBufSize The audio data buffer size (see note below for unit). 1827 * @param puWritten Number of unit written. 1828 * @note The @a uBufSize and @a puWritten values are in bytes for non-raw 1829 * layout streams and in frames for raw layout ones. 1826 * @param cbBuf The number of bytes of audio data to play. 1827 * @param pcbWritten Where to return the actual number of bytes played. 1830 1828 */ 1831 1829 DECLR3CALLBACKMEMBER(int, pfnStreamPlay, (PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream, 1832 const void *pvBuf, uint32_t uBufSize, uint32_t *puWritten));1830 const void *pvBuf, uint32_t cbBuf, uint32_t *pcbWritten)); 1833 1831 1834 1832 /** … … 1874 1872 1875 1873 /** PDMIHOSTAUDIO interface ID. */ 1876 #define PDMIHOSTAUDIO_IID " 007847a0-0075-4964-007d-343f0010f081"1874 #define PDMIHOSTAUDIO_IID "be34182b-d579-41e8-96e0-abb94900460f" 1877 1875 1878 1876 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.