VirtualBox

Changeset 65182 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 6, 2017 10:59:47 AM (8 years ago)
Author:
vboxsync
Message:

VideoRec/VBoxManageInfo.cpp: Brought machine readable output of video capturing settings back in line with the command line options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r64104 r65182  
    25432543        if (details == VMINFO_MACHINEREADABLE)
    25442544        {
    2545             RTPrintf("vcpenabled=\"%s\"\n", bActive ? "on" : "off");
    2546             RTPrintf("vcpscreens=");
     2545            RTPrintf("videocap=\"%s\"\n", bActive ? "on" : "off");
     2546            RTPrintf("videocapscreens=");
    25472547            bool fComma = false;
    25482548            for (unsigned i = 0; i < screens.size(); i++)
     
    25532553                }
    25542554            RTPrintf("\n");
    2555             RTPrintf("vcpfile=\"%ls\"\n", File.raw());
    2556             RTPrintf("vcpwidth=%u\n", (unsigned)Width);
    2557             RTPrintf("vcpheight=%u\n", (unsigned)Height);
    2558             RTPrintf("vcprate=%u\n", (unsigned)Rate);
    2559             RTPrintf("vcpfps=%u\n", (unsigned)Fps);
     2555            RTPrintf("videocapfile=\"%ls\"\n", File.raw());
     2556            RTPrintf("videocapres=%ux%u\n", (unsigned)Width, (unsigned)Height);
     2557            RTPrintf("videocaprate=%u\n", (unsigned)Rate);
     2558            RTPrintf("videocapfps=%u\n", (unsigned)Fps);
    25602559        }
    25612560        else
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