Changeset 96177 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 12, 2022 2:27:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingInternals.h
r96176 r96177 289 289 /** Timestamp (in ms) of the last frame was encoded. */ 290 290 uint64_t uLastTimeStampMs; 291 /** Number of encoding errors. */ 292 uint64_t cEncErrors; 291 293 292 294 #ifdef VBOX_WITH_STATISTICS /** @todo Register these values with STAM. */ 293 295 struct 294 296 { 295 /** Number of encoding errors. */296 uint64_t cEncErrors;297 297 /** Number of frames encoded. */ 298 298 uint64_t cEncBlocks;
Note:
See TracChangeset
for help on using the changeset viewer.