VirtualBox

Changeset 89184 in vbox for trunk/include


Ignore:
Timestamp:
May 19, 2021 8:58:09 PM (4 years ago)
Author:
vboxsync
Message:

Audio: Working on asynchronous stream creation, only there is a stupid stupid single lock approach in DrvAudio that significantly hampers the effect. bugref:9890

File:
1 edited

Legend:

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

    r88991 r89184  
    455455/** PDMIHOSTAUDIO::pfnStreamConfigHint should preferably be called on a
    456456 *  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)
    458462/** @} */
    459463
Note: See TracChangeset for help on using the changeset viewer.

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