QMediaGaplessPlaybackControl Class
The QMediaGaplessPlaybackControl class provides access to the gapless playback related control of a QMediaService. More...
| Header: | #include <QMediaGaplessPlaybackControl> |
| qmake: | QT += multimedia |
| Inherits: | QMediaControl |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Macros
Detailed Description
If a QMediaService supports gapless playback it will implement QMediaGaplessPlaybackControl. This control provides a means to set the next media or crossfade time for smooth transitions between tracks.
The functionality provided by this control is exposed to application code through the QMediaPlayer class.
The interface name of QMediaGaplessPlaybackControl is org.qt-project.qt.mediagaplessplaybackcontrol/5.0 as defined in QMediaGaplessPlaybackControl_iid.
See also QMediaService::requestControl() and QMediaPlayer.
Macro Documentation
QMediaGaplessPlaybackControl_iid
org.qt-project.qt.mediagaplessplaybackcontrol/5.0
Defines the interface name of the QMediaGaplessPlaybackControl class.