Changeset 88259 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 23, 2021 12:10:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88255 r88259 1228 1228 STAMCOUNTER TotalTimesWritten; 1229 1229 } Stats; 1230 /** Hack alert: Max writable amount reported by the backend. 1231 * This is used to aid buffer underrun detection in DrvAudio while playing. 1232 * Ideally, the backend should have a method for querying number of buffered 1233 * bytes instead. However this will do for now. */ 1234 uint32_t cbBackendMaxWritable; 1230 1235 } PDMAUDIOSTREAMOUT; 1231 1236 /** Pointer to the specifics for an audio output stream. */ … … 1319 1324 1320 1325 /** Magic value for PDMAUDIOSTREAM. */ 1321 #define PDMAUDIOSTREAM_MAGIC PDM_VERSION_MAKE(0xa0d3, 1, 0)1326 #define PDMAUDIOSTREAM_MAGIC PDM_VERSION_MAKE(0xa0d3, 1, 1) 1322 1327 1323 1328
Note:
See TracChangeset
for help on using the changeset viewer.