VirtualBox

Changeset 42838 in vbox for trunk/src/VBox/Main/idl


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/src/VBox/Main/idl/VirtualBox.xidl

    r42819 r42838  
    40384038    </attribute>
    40394039
     4040    <attribute name="VideoCaptureEnabled" type="boolean" default="false">
     4041      <desc>
     4042        This setting determines whether VirtualBox uses video recording to
     4043        record VM session.</desc>
     4044    </attribute>
     4045
     4046    <attribute name="VideoCaptureFile" type="wstring" default="Test.webm">
     4047      <desc>
     4048        This setting determines what filename VirtualBox uses to save
     4049        the recorded content.</desc>
     4050    </attribute>
     4051
     4052    <attribute name="VideoCaptureWidth" type="unsigned long" default="640">
     4053      <desc>
     4054        This setting determines what should be the horizontal resolution of
     4055        recorded video.</desc>
     4056    </attribute>
     4057
     4058    <attribute name="VideoCaptureHeight" type="unsigned long" default="480">
     4059      <desc>
     4060        This setting determines what should be the vertical resolution
     4061        of recorded video.</desc>
     4062    </attribute>
     4063
    40404064    <attribute name="BIOSSettings" type="IBIOSSettings" readonly="yes">
    40414065      <desc>Object containing all BIOS settings.</desc>
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