Changeset 75363 in vbox
- Timestamp:
- Nov 9, 2018 1:33:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r73276 r75363 3919 3919 3920 3920 <sect1> 3921 <title>Incompatible API changes with version x.x</title>3921 <title>Incompatible API changes with version 6.0</title> 3922 3922 3923 3923 <itemizedlist> 3924 3925 <listitem><para>Video recording APIs for were changed as follows: 3926 <itemizedlist> 3927 <listitem><para>All attributes which were living in <link linkend="IMachine">IMachine</link> before 3928 have been moved to an own, dedicated interface named <link linkend="IRecordingSettings">IRecordingSettings</link>. 3929 This new interface can be accessed via the new <link linkend="IMachine__getRecordingSettings">IMachine::getRecordingSettings</link> 3930 attribute. This should emphasize that recording is not limited to video capturing as such.</para> 3931 </listitem> 3932 3933 <listitem><para>For further flexibility all specific per-VM-screen settings have been moved to a new interface 3934 called <link linkend="IRecordingScreenSettings">IRecordingScreenSettings</link>. Such settings now exist per configured 3935 VM display and can be retrieved via the <link linkend="IRecordingSettings__screens">IRecordingSettings::screens</link> 3936 attribute or the <link linkend="IRecordingSettings__getScreenSettings">IRecordingSettings::getScreenSettings</link> 3937 method. 3938 <note><para>For now all screen settings will share the same settings, e.g. different settings on a per-screen basis 3939 is not implemented yet.</para></note> 3940 </para> 3941 </listitem> 3942 3943 </itemizedlist> 3944 </para></listitem> 3924 3945 3925 3946 <listitem><para>Guest Control APIs were changed as follows:
Note:
See TracChangeset
for help on using the changeset viewer.