VirtualBox

Changeset 74498 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 27, 2018 1:45:06 PM (6 years ago)
Author:
vboxsync
Message:

DrvAudio.cpp,pdmaudioifs.h: Added a HACK to avoid asserting in dsoundStreamReset when cleaning up after a failed stream creation attempt.

File:
1 edited

Legend:

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

    r73838 r74498  
    10611061     *  data to actually start reading audio. */
    10621062    bool                   fThresholdReached;
     1063    /** HACK ALERT! Set if pfnStreamCreate returned success and it's safe to use
     1064     * pfnStreamDestroy on pvBackend. */
     1065    bool                    fValidBackendData;
    10631066    /** Data to backend-specific stream data.
    10641067     *  This data block will be casted by the backend to access its backend-dependent data.
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