Changeset 46123 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 16, 2013 1:40:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45971 r46123 3980 3980 <interface 3981 3981 name="IMachine" extends="$unknown" 3982 uuid=" 55bf39d3-ac8f-4a77-90d8-1e2c726170ce"3982 uuid="258f4e55-40f6-4804-a162-60c302a34d99" 3983 3983 wsmap="managed" 3984 3984 > … … 4242 4242 </attribute> 4243 4243 4244 <attribute name="VideoCaptureScreens" type="boolean" safearray="yes"> 4245 <desc> 4246 This setting determines for which screens video recording is 4247 enabled.</desc> 4248 </attribute> 4249 4244 4250 <attribute name="VideoCaptureFile" type="wstring" default="Test.webm"> 4245 4251 <desc> … … 6272 6278 <desc>VirtualSystemDescription object which is created for this machine.</desc> 6273 6279 </param> 6274 </method 6280 </method> 6275 6281 6276 6282 <method name="findSnapshot"> … … 14669 14675 <interface 14670 14676 name="IDisplay" extends="$unknown" 14671 uuid=" b83ee395-8679-40ca-8d60-1a0cbe724930"14677 uuid="0598a3df-3dc0-43c7-a79c-237fb5bb633d" 14672 14678 wsmap="managed" 14673 14679 > … … 14874 14880 <desc> 14875 14881 Array with resulting screen data. 14882 </desc> 14883 </param> 14884 </method> 14885 14886 <method name="enableVideoCapture"> 14887 <desc> 14888 Start/continue video capture. 14889 </desc> 14890 <param name="screens" type="boolean" safearray="yes" dir="in"> 14891 <desc> 14892 The screens to start/continue capturing. 14893 </desc> 14894 </param> 14895 </method> 14896 14897 <method name="disableVideoCapture"> 14898 <desc> 14899 Stop video capture. 14900 </desc> 14901 <param name="screens" type="boolean" safearray="yes" dir="in"> 14902 <desc> 14903 The screens to stop capturing. 14876 14904 </desc> 14877 14905 </param>
Note:
See TracChangeset
for help on using the changeset viewer.