Changeset 89184 in vbox for trunk/include
- Timestamp:
- May 19, 2021 8:58:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88991 r89184 455 455 /** PDMIHOSTAUDIO::pfnStreamConfigHint should preferably be called on a 456 456 * worker thread rather than EMT as it may take a good while. */ 457 #define PDMAUDIOBACKEND_F_ASYNC_HINT RT_BIT_32(0) 457 #define PDMAUDIOBACKEND_F_ASYNC_HINT RT_BIT_32(0) 458 /** PDMIHOSTAUDIO::pfnStreamDestroy and any preceeding 459 * PDMIHOSTAUDIO::pfnStreamControl/DISABLE should be preferably be called on a 460 * worker thread rather than EMT as it may take a good while. */ 461 #define PDMAUDIOBACKEND_F_ASYNC_STREAM_DESTROY RT_BIT_32(1) 458 462 /** @} */ 459 463
Note:
See TracChangeset
for help on using the changeset viewer.