VirtualBox

Ignore:
Timestamp:
Jun 19, 2013 3:30:23 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86558
Message:

Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, and many naming convention cleanups for method/attribute names starting with an uppercase letter or containing an acronym
Main/xml/Settings.cpp: clean up default video capture file handling and related path conversions, version handling of the new functionality
Main/Machine: handle default value for video capture file better, store relative path in settings if possible, cleanups
Main/src-client/VideoRec.cpp: do not overwrite a file ever
Main/Display: generate a unique name if there is a collision, matching cleanups for name changes
Frontends/VirtualBox: matching name changes
Frontends/VBoxManage: matching name changes, fixing the machine readable output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r46524 r46667  
    13801380    uuid="03DFD6F7-1B78-48A3-8345-C785281E9523"
    13811381    wsmap="managed">
    1382     <attribute name="NetworkName" type="wstring">
     1382    <attribute name="networkName" type="wstring">
    13831383      <desc>
    13841384        TBD: the idea, technically we can start any number of the NAT networks,
     
    42484248    </attribute>
    42494249
    4250     <attribute name="VideoCaptureEnabled" type="boolean" default="false">
     4250    <attribute name="videoCaptureEnabled" type="boolean" default="false">
    42514251      <desc>
    42524252        This setting determines whether VirtualBox uses video recording to
     
    42544254    </attribute>
    42554255
    4256     <attribute name="VideoCaptureScreens" type="boolean" safearray="yes">
     4256    <attribute name="videoCaptureScreens" type="boolean" safearray="yes">
    42574257      <desc>
    42584258        This setting determines for which screens video recording is
     
    42604260    </attribute>
    42614261
    4262     <attribute name="VideoCaptureFile" type="wstring" default="Test.webm">
     4262    <attribute name="videoCaptureFile" type="wstring">
    42634263      <desc>
    42644264        This setting determines the filename VirtualBox uses to save
    42654265        the recorded content. This setting cannot be changed while video
    4266         capturing is enabled.
    4267       </desc>
    4268     </attribute>
    4269 
    4270     <attribute name="VideoCaptureWidth" type="unsigned long" default="640">
     4266        capturing is enabled.
     4267        <note>
     4268          When setting this attribute, the specified path has to be
     4269          absolute (full path). When reading this attribute, a full path is
     4270          always returned.
     4271        </note>
     4272      </desc>
     4273    </attribute>
     4274
     4275    <attribute name="videoCaptureWidth" type="unsigned long" default="640">
    42714276      <desc>
    42724277        This setting determines the horizontal resolution of the recorded
     
    42764281    </attribute>
    42774282
    4278     <attribute name="VideoCaptureHeight" type="unsigned long" default="480">
     4283    <attribute name="videoCaptureHeight" type="unsigned long" default="480">
    42794284      <desc>
    42804285        This setting determines the vertical resolution of the recorded
     
    42844289    </attribute>
    42854290
    4286     <attribute name="VideoCaptureRate" type="unsigned long" default="512">
     4291    <attribute name="videoCaptureRate" type="unsigned long" default="512">
    42874292      <desc>
    42884293        This setting determines the bitrate in kilobits per second.
     
    42934298    </attribute>
    42944299
    4295     <attribute name="VideoCaptureFps" type="unsigned long" default="25">
     4300    <attribute name="videoCaptureFPS" type="unsigned long" default="25">
    42964301      <desc>
    42974302        This setting determines the maximum number of frames per second.
    42984303        Frames with a higher frequency will be skipped. Reducing this
    4299         value increses the number of skipped frames but reduces the
     4304        value increases the number of skipped frames and reduces the
    43004305        file size. This setting cannot be changed while video capturing
    43014306        is enabled.
     
    1274912754      <desc>
    1275012755        Returns the storage format variant information for this medium
    12751         as an aaray of the flags described at <link to="MediumVariant" />.
     12756        as an array of the flags described at <link to="MediumVariant" />.
    1275212757        Before <link to="#refreshState"/> is called this method returns
    1275312758        an undefined value.
     
    2094220947    >
    2094320948    <!-- network name is common setting for all event types -->
    20944     <attribute name="NetworkName" type="wstring" readonly="yes"/>
     20949    <attribute name="networkName" type="wstring" readonly="yes"/>
    2094520950  </interface>
    2094620951  <!-- base class for start/stop events -->
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