Changeset 68750 in vbox
- Timestamp:
- Sep 13, 2017 6:13:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r68675 r68750 904 904 PDMAUDIOSTREAMCFG Cfg; 905 905 /** Stream status flag. */ 906 PDMAUDIOSTREAMSTS 906 PDMAUDIOSTREAMSTS fStatus; 907 907 /** This stream's mixing buffer. */ 908 908 PDMAUDIOMIXBUF MixBuf; … … 1380 1380 1381 1381 /** 1382 * Returns whether the specified audio direction in the backend is enabled or not.1383 * 1384 * @returns PDMAUDIOSTR MSTS1382 * Returns the current status of the given backend stream. 1383 * 1384 * @returns PDMAUDIOSTREAMSTS 1385 1385 * @param pInterface Pointer to the interface structure containing the called function pointer. 1386 1386 * @param pStream Pointer to audio stream.
Note:
See TracChangeset
for help on using the changeset viewer.