summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-08-15 15:19:52 +0200
committerJøger Hansegård <joger.hansegard@qt.io>2023-08-19 13:33:02 +0200
commit3bafa5d0e2d54294c733c585ff28234b93523b85 (patch)
treece3454fb8c4d84cc1ee4018e54e09b01bbce3b96 /doc/src/whatsnew
parent4c72233973e3c697b58884b1b31e3205842ba1e1 (diff)
Add entry about Qt Multimedia to 6.6 What's new page
This change adds description of the new QWindowCapture class, and a brief summary of the new properties of QMediaRecorder Fixes: QTBUG-116087 Pick-to: 6.6 Change-Id: Idb8d5f8694d3c4b3bab1266896b6f2236ade8ab7 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew66.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew66.qdoc b/doc/src/whatsnew/whatsnew66.qdoc
index f44f6d13e..31ccfdcb8 100644
--- a/doc/src/whatsnew/whatsnew66.qdoc
+++ b/doc/src/whatsnew/whatsnew66.qdoc
@@ -101,6 +101,20 @@
\li Nothing to see here. //! TODO Clean this up before release.
\endlist
+ \section2 Qt Multimedia Module
+
+ \list
+ \li The new \l {QWindowCapture} class adds support for capturing videos
+ of individual desktop application windows within a
+ \l {QMediaCaptureSession}. The recorded video can be directed to any
+ type of video output, for example to the \l {QMediaRecorder} or to the
+ \l {QVideoWidget}. Window capturing is only supported with the FFmpeg
+ backend.
+
+ \li \l {QMediaRecorder} has been extended with properties that gives
+ better control of video quality, resolution, and bit rates.
+ \endlist
+
\section2 Qt Network Module
\list