Changeset 95474 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jul 1, 2022 11:41:15 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r92823 r95474 4145 4145 <itemizedlist> 4146 4146 4147 <listitem><para>The machine's audio adapter has been moved into the new IAudioSettings interface, which in turn 4148 takes care of of all audio settings of a virtual machine. 4149 See <link linkend="IMachine__audioSettings">IMachine::audioSettings</link> and 4150 <link linkend="IAudioSettings">IAudioSettings</link> for more information.</para> 4151 </listitem> 4152 4153 <listitem><para>When a new VM is being created, the default audio driver will be now 4154 <link linkend="AudioDriverType__Default">AudioDriverType_Default</link>. This driver 4155 type will automatically choose the best audio driver (backend) for the host OS &VBOX_PRODUCT; 4156 currently is running on.</para> 4157 </listitem> 4158 4159 <listitem><para>The host update functionality at IHost::update has been refactored into 4160 <link linkend="IHost__updateHost">IHost::updateHost</link>, which in turn uses the new 4161 <link linkend="IHostUpdateAgent">IHostUpdateAgent</link> interface, derived from the new 4162 <link linkend="IUpdateAgent">IUpdateAgent</link> interface.</para> 4163 </listitem> 4164 4147 4165 <listitem><para><link linkend="IGuestSession__directoryCopyFromGuest">IGuestSession::directoryCopyFromGuest()</link> and 4148 4166 <link linkend="IGuestSession__directoryCopyToGuest">IGuestSession::directoryCopyToGuest()</link> no longer implicitly … … 4151 4169 <link linkend="DirectoryCopyFlag__FollowLinks">DirectoryCopyFlag::FollowLinks</link> have to be used.</para> 4152 4170 </listitem> 4171 4172 <listitem><para>VBoxEventType_Last has been renamed to <link linkend="VBoxEventType__End">VBoxEventType_End</link> 4173 for consistency.</para></listitem> 4153 4174 4154 4175 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.