Changeset 46465 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jun 10, 2013 2:11:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r46423 r46465 14900 14900 </method> 14901 14901 14902 <method name="enableVideoCapture ">14903 <desc> 14904 Start/ continue video capture.14902 <method name="enableVideoCaptureScreens"> 14903 <desc> 14904 Start/stop video capture on selected screens. 14905 14905 </desc> 14906 14906 <param name="screens" type="boolean" safearray="yes" dir="in"> 14907 14907 <desc> 14908 The screens to start/continue capturing. 14909 </desc> 14910 </param> 14911 </method> 14912 14913 <method name="disableVideoCapture"> 14914 <desc> 14915 Stop video capture. 14916 </desc> 14917 <param name="screens" type="boolean" safearray="yes" dir="in"> 14918 <desc> 14919 The screens to stop capturing. 14908 The screens to start/stop capturing. 14920 14909 </desc> 14921 14910 </param> … … 17103 17092 <desc>Flag whether the server must be restarted</desc> 17104 17093 </param> 17094 </method> 17095 17096 <method name="onVideoCaptureChange"> 17097 <desc> 17098 Triggered when video capture settings have changed. 17099 </desc> 17105 17100 </method> 17106 17101 … … 18791 18786 <enum 18792 18787 name="VBoxEventType" 18793 uuid=" c51645b3-7108-4dce-b5a3-bbf5e4f69ed2"18788 uuid="f019b8c7-22a6-468a-9f7c-3443b7b6c40a" 18794 18789 > 18795 18790 … … 19150 19145 </desc> 19151 19146 </const> 19147 <const name="OnVideoCaptureChanged" value="91"> 19148 <desc> 19149 See <link to="IVideoCaptureChangedEvent">IVideoCapturedChangeEvent</link>. 19150 </desc> 19151 </const> 19152 19152 <!-- Last event marker --> 19153 <const name="Last" value="9 1">19153 <const name="Last" value="92"> 19154 19154 <desc> 19155 19155 Must be last event, used for iterations and structures relying on numerical event values. … … 20353 20353 should use <link to="IConsole::VRDEServerInfo">IVRDEServerInfo</link> 20354 20354 attributes to find out what is the current status. 20355 </desc> 20356 </interface> 20357 20358 <interface 20359 name="IVideoCaptureChangedEvent" extends="IEvent" 20360 uuid="6215d169-25dd-4719-ab34-c908701efb58" 20361 wsmap="managed" autogen="VBoxEvent" id="OnVideoCaptureChanged" 20362 > 20363 <desc> 20364 Notification when video capture settings have changed. 20355 20365 </desc> 20356 20366 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.