Changeset 46667 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 19, 2013 3:30:23 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r46524 r46667 1380 1380 uuid="03DFD6F7-1B78-48A3-8345-C785281E9523" 1381 1381 wsmap="managed"> 1382 <attribute name=" NetworkName" type="wstring">1382 <attribute name="networkName" type="wstring"> 1383 1383 <desc> 1384 1384 TBD: the idea, technically we can start any number of the NAT networks, … … 4248 4248 </attribute> 4249 4249 4250 <attribute name=" VideoCaptureEnabled" type="boolean" default="false">4250 <attribute name="videoCaptureEnabled" type="boolean" default="false"> 4251 4251 <desc> 4252 4252 This setting determines whether VirtualBox uses video recording to … … 4254 4254 </attribute> 4255 4255 4256 <attribute name=" VideoCaptureScreens" type="boolean" safearray="yes">4256 <attribute name="videoCaptureScreens" type="boolean" safearray="yes"> 4257 4257 <desc> 4258 4258 This setting determines for which screens video recording is … … 4260 4260 </attribute> 4261 4261 4262 <attribute name=" VideoCaptureFile" type="wstring" default="Test.webm">4262 <attribute name="videoCaptureFile" type="wstring"> 4263 4263 <desc> 4264 4264 This setting determines the filename VirtualBox uses to save 4265 4265 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"> 4271 4276 <desc> 4272 4277 This setting determines the horizontal resolution of the recorded … … 4276 4281 </attribute> 4277 4282 4278 <attribute name=" VideoCaptureHeight" type="unsigned long" default="480">4283 <attribute name="videoCaptureHeight" type="unsigned long" default="480"> 4279 4284 <desc> 4280 4285 This setting determines the vertical resolution of the recorded … … 4284 4289 </attribute> 4285 4290 4286 <attribute name=" VideoCaptureRate" type="unsigned long" default="512">4291 <attribute name="videoCaptureRate" type="unsigned long" default="512"> 4287 4292 <desc> 4288 4293 This setting determines the bitrate in kilobits per second. … … 4293 4298 </attribute> 4294 4299 4295 <attribute name=" VideoCaptureFps" type="unsigned long" default="25">4300 <attribute name="videoCaptureFPS" type="unsigned long" default="25"> 4296 4301 <desc> 4297 4302 This setting determines the maximum number of frames per second. 4298 4303 Frames with a higher frequency will be skipped. Reducing this 4299 value incre ses the number of skipped frames butreduces the4304 value increases the number of skipped frames and reduces the 4300 4305 file size. This setting cannot be changed while video capturing 4301 4306 is enabled. … … 12749 12754 <desc> 12750 12755 Returns the storage format variant information for this medium 12751 as an a aray of the flags described at <link to="MediumVariant" />.12756 as an array of the flags described at <link to="MediumVariant" />. 12752 12757 Before <link to="#refreshState"/> is called this method returns 12753 12758 an undefined value. … … 20942 20947 > 20943 20948 <!-- 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"/> 20945 20950 </interface> 20946 20951 <!-- base class for start/stop events -->
Note:
See TracChangeset
for help on using the changeset viewer.