Changeset 74498 in vbox for trunk/include/VBox
- Timestamp:
- Sep 27, 2018 1:45:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r73838 r74498 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 use 1064 * pfnStreamDestroy on pvBackend. */ 1065 bool fValidBackendData; 1063 1066 /** Data to backend-specific stream data. 1064 1067 * 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.