diff options
author | Artem Dyomin <[email protected]> | 2025-06-25 13:27:36 +0200 |
---|---|---|
committer | Artem Dyomin <[email protected]> | 2025-07-07 12:24:39 +0000 |
commit | 1e337f1c782a3ec3d84f5142ec6ccd5aefea5cd9 (patch) | |
tree | 91cc5aced2e901f51b42de9d832134c82a5886de | |
parent | 6c17f141fb096670bf3cae54ac50271290501053 (diff) |
Pick-to: 6.10
Change-Id: If75acab1a2ac5e7df59dc4ca22552de60f7c2530
Reviewed-by: Pavel Dubsky <[email protected]>
Reviewed-by: Alexei Cazacov <[email protected]>
Reviewed-by: Mikko Hallamaa <[email protected]>
Reviewed-by: Nils Petter Skålerud <[email protected]>
Reviewed-by: Artem Dyomin <[email protected]>
-rw-r--r-- | doc/src/whatsnew/whatsnew610.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew610.qdoc b/doc/src/whatsnew/whatsnew610.qdoc index 93764bbdf..728a5d684 100644 --- a/doc/src/whatsnew/whatsnew610.qdoc +++ b/doc/src/whatsnew/whatsnew610.qdoc @@ -128,6 +128,12 @@ \l{https://signalsmith-audio.co.uk/code/stretch/}{Signalsmith Stretch library}. The behavior can be customized via the \l {QMediaPlayer::}{pitchCompensation} property. + \li \l {QCapturableWindow} can now be constructed from \l {QWindow} in both C++ and QML. + \li Added a new class \l {QPlaybackOptions} that allows users to control + low-level FFmpeg media playback options, for example, playback intent, + network timeout, and probe size. + \li In \l {QAudioSink} and \l {QAudioSource}, added methods that allow users + to operate with the underlying audio buffer in frame count instead of byte count. \endlist \section2 Qt Network Module |