Changeset 74507 in vbox for trunk/include/VBox
- Timestamp:
- Sep 27, 2018 5:28:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r74498 r74507 1061 1061 * data to actually start reading audio. */ 1062 1062 bool fThresholdReached; 1063 /** HACK ALERT! Set if pfnStreamCreate returned success and it's safe to use1064 * pfnStreamDestroy on pvBackend. */1065 bool fValidBackendData;1066 1063 /** Data to backend-specific stream data. 1067 1064 * 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.