VirtualBox

Changeset 46465 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jun 10, 2013 2:11:26 PM (12 years ago)
Author:
vboxsync
Message:

Main/VPX: introduced onVideoCaptureChange event

File:
1 edited

Legend:

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

    r46423 r46465  
    1490014900    </method>
    1490114901
    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.
    1490514905      </desc>
    1490614906      <param name="screens" type="boolean" safearray="yes" dir="in">
    1490714907        <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.
    1492014909        </desc>
    1492114910      </param>
     
    1710317092        <desc>Flag whether the server must be restarted</desc>
    1710417093      </param>
     17094    </method>
     17095
     17096    <method name="onVideoCaptureChange">
     17097      <desc>
     17098        Triggered when video capture settings have changed.
     17099      </desc>
    1710517100    </method>
    1710617101
     
    1879118786  <enum
    1879218787    name="VBoxEventType"
    18793     uuid="c51645b3-7108-4dce-b5a3-bbf5e4f69ed2"
     18788    uuid="f019b8c7-22a6-468a-9f7c-3443b7b6c40a"
    1879418789    >
    1879518790
     
    1915019145      </desc>
    1915119146    </const>
     19147    <const name="OnVideoCaptureChanged" value="91">
     19148      <desc>
     19149        See <link to="IVideoCaptureChangedEvent">IVideoCapturedChangeEvent</link>.
     19150      </desc>
     19151    </const>
    1915219152    <!-- Last event marker -->
    19153     <const name="Last" value="91">
     19153    <const name="Last" value="92">
    1915419154      <desc>
    1915519155        Must be last event, used for iterations and structures relying on numerical event values.
     
    2035320353      should use <link to="IConsole::VRDEServerInfo">IVRDEServerInfo</link>
    2035420354      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.
    2035520365    </desc>
    2035620366  </interface>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette