VirtualBox

Ignore:
Timestamp:
May 16, 2013 1:40:20 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85814
Message:

Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and IDisplay::{enableVideoCapture,disableVideoCapture}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r46065 r46123  
    170170    STDMETHOD(TakeScreenShotToArray)(ULONG aScreenId, ULONG width, ULONG height, ComSafeArrayOut(BYTE, aScreenData));
    171171    STDMETHOD(TakeScreenShotPNGToArray)(ULONG aScreenId, ULONG width, ULONG height, ComSafeArrayOut(BYTE, aScreenData));
     172    STDMETHOD(EnableVideoCapture)(ComSafeArrayIn(BOOL, aScreens));
     173    STDMETHOD(DisableVideoCapture)(ComSafeArrayIn(BOOL, aScreens));
    172174    STDMETHOD(DrawToScreen)(ULONG aScreenId, BYTE *address, ULONG x, ULONG y, ULONG width, ULONG height);
    173175    STDMETHOD(InvalidateAndUpdate)();
     
    304306#ifdef VBOX_WITH_VPX
    305307    VIDEORECCONTEXT *mpVideoRecCtx;
     308    bool maVideoRecEnabled[SchemaDefs::MaxGuestMonitors];
    306309#endif
    307310};
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette