Changeset 62066 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 6, 2016 3:27:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r62014 r62066 16895 16895 The width of the guest screen. 16896 16896 </desc> 16897 </param> 16897 </param> 16898 16898 <param name="height" type="unsigned long" dir="in"> 16899 16899 <desc> 16900 16900 The height of the guest screen. 16901 16901 </desc> 16902 </param> 16902 </param> 16903 16903 <param name="bitsPerPixel" type="unsigned long" dir="in"> 16904 16904 <desc> 16905 16905 The number of bits per pixel of the guest screen. 16906 16906 </desc> 16907 </param> 16907 </param> 16908 16908 </method> 16909 16909 … … 18815 18815 </const> 18816 18816 <const name="WinMM" value="1"> 18817 <desc>Windows multimedia (Windows hosts only ).</desc>18817 <desc>Windows multimedia (Windows hosts only, not used at the moment).</desc> 18818 18818 </const> 18819 18819 <const name="OSS" value="2"> 18820 <desc>Open Sound System (Linux hosts only).</desc>18820 <desc>Open Sound System (Linux / Unix hosts only).</desc> 18821 18821 </const> 18822 18822 <const name="ALSA" value="3"> … … 18836 18836 </const> 18837 18837 <const name="SolAudio" value="8"> 18838 <desc>Solaris audio (Solaris hosts only ).</desc>18838 <desc>Solaris audio (Solaris hosts only, not supported at the moment).</desc> 18839 18839 </const> 18840 18840 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.