Changeset 45838 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Apr 30, 2013 1:54:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45810 r45838 4239 4239 <attribute name="VideoCaptureFile" type="wstring" default="Test.webm"> 4240 4240 <desc> 4241 This setting determines whatfilename VirtualBox uses to save4241 This setting determines the filename VirtualBox uses to save 4242 4242 the recorded content.</desc> 4243 4243 </attribute> … … 4245 4245 <attribute name="VideoCaptureWidth" type="unsigned long" default="640"> 4246 4246 <desc> 4247 This setting determines what should be the horizontal resolution of 4248 recorded video.</desc> 4247 This setting determines the horizontal resolution of the recorded video.</desc> 4249 4248 </attribute> 4250 4249 4251 4250 <attribute name="VideoCaptureHeight" type="unsigned long" default="480"> 4252 4251 <desc> 4253 This setting determines what should be the vertical resolution 4254 of recorded video.</desc> 4252 This setting determines the vertical resolution of the recorded video.</desc> 4253 </attribute> 4254 4255 <attribute name="VideoCaptureRate" type="unsigned long" default="512"> 4256 <desc> 4257 This setting determines the bitrate in kilobits per second 4258 </desc> 4255 4259 </attribute> 4256 4260
Note:
See TracChangeset
for help on using the changeset viewer.