Qt 5.15
Qt Multimedia
C++ Classes
QMediaPlayerControl
Qt 5.15.17 Reference Documentation
List of All Members for QMediaPlayerControl
This is the complete list of members for
QMediaPlayerControl
, including inherited members.
QMediaPlayerControl
(QObject *)
audioAvailableChanged
(bool )
availablePlaybackRangesChanged
(const QMediaTimeRange &)
bufferStatusChanged
(int )
durationChanged
(qint64 )
error
(int , const QString &)
mediaChanged
(const QMediaContent &)
mediaStatusChanged
(QMediaPlayer::MediaStatus )
mutedChanged
(bool )
playbackRateChanged
(qreal )
positionChanged
(qint64 )
seekableChanged
(bool )
stateChanged
(QMediaPlayer::State )
videoAvailableChanged
(bool )
volumeChanged
(int )
~QMediaPlayerControl
()
availablePlaybackRanges
() const : QMediaTimeRange
bufferStatus
() const : int
duration
() const : qint64
isAudioAvailable
() const : bool
isMuted
() const : bool
isSeekable
() const : bool
isVideoAvailable
() const : bool
media
() const : QMediaContent
mediaStatus
() const : QMediaPlayer::MediaStatus
mediaStream
() const : const QIODevice *
pause
()
play
()
playbackRate
() const : qreal
position
() const : qint64
setMedia
(const QMediaContent &, QIODevice *)
setMuted
(bool )
setPlaybackRate
(qreal )
setPosition
(qint64 )
setVolume
(int )
state
() const : QMediaPlayer::State
stop
()
volume
() const : int