Changeset 46123 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- May 16, 2013 1:40:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r46065 r46123 170 170 STDMETHOD(TakeScreenShotToArray)(ULONG aScreenId, ULONG width, ULONG height, ComSafeArrayOut(BYTE, aScreenData)); 171 171 STDMETHOD(TakeScreenShotPNGToArray)(ULONG aScreenId, ULONG width, ULONG height, ComSafeArrayOut(BYTE, aScreenData)); 172 STDMETHOD(EnableVideoCapture)(ComSafeArrayIn(BOOL, aScreens)); 173 STDMETHOD(DisableVideoCapture)(ComSafeArrayIn(BOOL, aScreens)); 172 174 STDMETHOD(DrawToScreen)(ULONG aScreenId, BYTE *address, ULONG x, ULONG y, ULONG width, ULONG height); 173 175 STDMETHOD(InvalidateAndUpdate)(); … … 304 306 #ifdef VBOX_WITH_VPX 305 307 VIDEORECCONTEXT *mpVideoRecCtx; 308 bool maVideoRecEnabled[SchemaDefs::MaxGuestMonitors]; 306 309 #endif 307 310 };
Note:
See TracChangeset
for help on using the changeset viewer.