playbackOptions QML Type

Low level media playback options. More...

Import Statement: import QtMultimedia
Since: Qt 6.10
In C++: QPlaybackOptions

Properties

Detailed Description

Playback options gives low-level control of media playback options. Although we strongly recommend to rely on the default settings of MediaPlayer, playbackOptions can be used to optimize media playback to specific use cases where the default options are not ideal.

Note that options are hints to the media backend, and may be ignored if they are not supported by the current media format or codec.

Playback options rely on support in the media backend. Availability is documented per option.

See also MediaPlayer.

Property Documentation

networkTimeoutMs : int [since 6.10]

Determines the network timeout (in milliseconds) used for socket I/O operations with some network formats.

This option is only supported with the FFmpeg media backend.

This property was introduced in Qt 6.10.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.