VirtualBox

Changeset 42838 in vbox for trunk/include


Ignore:
Timestamp:
Aug 16, 2012 9:21:09 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80095
Message:

Main/EncodeAndVideoRecording Module and API implementation: Integrating an independent encoding and video recording module that will serve all the frontends.
Introducing settings settings and API implementation for accessing and modifying video recording parameters:
->target video capture file
->video capture width
->video capture height
->enable video capturing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r42748 r42838  
    778778    bool                fAccelerate3D,
    779779                        fAccelerate2DVideo;     // requires settings version 1.8 (VirtualBox 3.1)
     780    uint32_t            ulVideoCaptureHorzRes;
     781    uint32_t            ulVideoCaptureVertRes;
     782    bool                fVideoCaptureEnabled;
     783    com::Utf8Str        strVideoCaptureFile;
    780784    FirmwareType_T      firmwareType;           // requires settings version 1.9 (VirtualBox 3.1)
    781785
Note: See TracChangeset for help on using the changeset viewer.

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