- Timestamp:
- Oct 14, 2020 8:23:08 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r85121 r86565 1213 1213 * Only can be destroyed when the reference count reaches 0. */ 1214 1214 uint32_t cRefs; 1215 /** Number of (re-)tries while re-initializing the stream. */ 1216 uint32_t cTriesReInit; 1215 1217 /** Stream status flag. */ 1216 1218 PDMAUDIOSTREAMSTS fStatus; … … 1233 1235 PDMAUDIOSTREAMOUT Out; 1234 1236 } RT_UNION_NM(u); 1237 /** Timestamp (in ns) since last trying to re-initialize. 1238 * Might be 0 if has not been tried yet. */ 1239 uint64_t tsLastReInitNs; 1235 1240 /** Timestamp (in ns) since last iteration. */ 1236 1241 uint64_t tsLastIteratedNs;
Note:
See TracChangeset
for help on using the changeset viewer.