VirtualBox

Changeset 105266 in vbox for trunk/doc


Ignore:
Timestamp:
Jul 11, 2024 7:49:37 AM (5 months ago)
Author:
vboxsync
Message:

Recording: Implemented support for a dedicated progress object, which is exposed to API clients. This can be used for better tracking the recording progress as well as for error reporting. The RecordingSettings API also now has a dedicated start() method to start recording, as well as support for attaching to an already ongoing recording by retrieving the progress object at a later time. Adapted FE/Qt (draft, see @todos), FE/VBoxManage and the Validation Kit testdriver to the new APIs. VBoxManage also can attach to an ongoing recording now. The recording progress object also will have multiple operations to get the recording progress for convenience. bugref:10718

Location:
trunk/doc/manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml

    r99513 r105266  
    481481      </group>
    482482    </cmdsynopsis>
     483<!--
     484    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-start">
     485      <command>VBoxManage controlvm</command>
     486      <group choice="req">
     487        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     488        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     489      </group>
     490      <arg choice="plain">recording start</arg>
     491      <arg><replaceable>wait</replaceable></arg>
     492    </cmdsynopsis>
     493
     494    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-stop">
     495      <command>VBoxManage controlvm</command>
     496      <group choice="req">
     497        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     498        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     499      </group>
     500      <arg choice="plain">recording stop</arg>
     501    </cmdsynopsis>
     502
     503    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-attach">
     504      <command>VBoxManage controlvm</command>
     505      <group choice="req">
     506        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     507        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     508      </group>
     509      <arg choice="plain">recording attach</arg>
     510    </cmdsynopsis>-->
    483511
    484512    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-screens">
     
    14971525      </para>
    14981526    </refsect2>
     1527<!--
     1528    <refsect2 id="vboxmanage-controlvm-recording-start">
     1529      <title>Starts the Recording of a Virtual Machine Session</title>
     1530      <remark role="help-copy-synopsis"/>
     1531      <para>
     1532        The <command>VBoxManage controlvm
     1533        <replaceable>vmname</replaceable> recording start</command> command
     1534        starts the recording of a VM session into a
     1535        WebM/VP8 file.
     1536      </para>
     1537    </refsect2>
     1538    <refsect2 id="vboxmanage-controlvm-recording-stop">
     1539      <title>Stops the Recording of a Virtual Machine Session</title>
     1540      <remark role="help-copy-synopsis"/>
     1541      <para>
     1542        The <command>VBoxManage controlvm
     1543        <replaceable>vmname</replaceable> recording stop</command> command
     1544        stops the recording of a VM session.
     1545      </para>
     1546    </refsect2>
     1547    <refsect2 id="vboxmanage-controlvm-recording-attach">
     1548      <title>Attaches to a running Recording of a Virtual Machine Session</title>
     1549      <remark role="help-copy-synopsis"/>
     1550      <para>
     1551        The <command>VBoxManage controlvm
     1552        <replaceable>vmname</replaceable> recording attach</command> command
     1553        attaches to a running recording of a VM session.
     1554      </para>
     1555    </refsect2>
     1556-->
    14991557    <refsect2 id="vboxmanage-controlvm-recording-screens">
    15001558      <title>Specify the Virtual Machine Screens to Record</title>
  • trunk/doc/manual/ru_RU/man_VBoxManage-controlvm.xml

    r103620 r105266  
    457457      </group>
    458458    </cmdsynopsis>
    459 
     459<!--
     460    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-start">
     461      <command>VBoxManage controlvm</command>
     462      <group choice="req">
     463        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     464        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     465      </group>
     466      <arg choice="plain">recording start</arg>
     467      <arg><replaceable>wait</replaceable></arg>
     468    </cmdsynopsis>
     469
     470    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-stop">
     471      <command>VBoxManage controlvm</command>
     472      <group choice="req">
     473        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     474        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     475      </group>
     476      <arg choice="plain">recording stop</arg>
     477    </cmdsynopsis>
     478
     479    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-attach">
     480      <command>VBoxManage controlvm</command>
     481      <group choice="req">
     482        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     483        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     484      </group>
     485      <arg choice="plain">recording attach</arg>
     486    </cmdsynopsis>
     487-->
    460488    <cmdsynopsis id="synopsis-vboxmanage-controlvm-recording-screens">
    461489      <command>VBoxManage controlvm</command>
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