Changeset 68971 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 4, 2017 9:56:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r68946 r68971 471 471 void processDisplayData(void *pvVRAM, unsigned uScreenId); 472 472 473 /* Serializes access to mVideoAccelLegacy and mfVideoAccelVRDP, etc between VRDP and Display. */ 474 RTCRITSECT mVideoAccelLock; 473 /** Serializes access to mVideoAccelLegacy and mfVideoAccelVRDP, etc between VRDP and Display. */ 474 RTCRITSECT mVideoAccelLock; 475 475 476 #ifdef VBOX_WITH_VIDEOREC 476 477 /* Serializes access to video capture source bitmaps. */ 477 478 RTCRITSECT mVideoCaptureLock; 479 /** The current video recording configuration being used. */ 478 480 VIDEORECCFG mVideoRecCfg; 481 /** The video recording context. */ 479 482 VIDEORECCONTEXT *mpVideoRecCtx; 483 /** Array which defines which screens are being enabled for recording. */ 480 484 bool maVideoRecEnabled[SchemaDefs::MaxGuestMonitors]; 481 485 #endif
Note:
See TracChangeset
for help on using the changeset viewer.