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.