#include <qplatformmediaplayer_p.h>
Definition at line 32 of file qplatformmediaplayer_p.h.
◆ PitchCompensationAvailability
◆ TrackType
◆ ~QPlatformMediaPlayer()
QPlatformMediaPlayer::~QPlatformMediaPlayer |
( |
| ) |
|
|
virtualdefault |
◆ QPlatformMediaPlayer()
◆ activeTrack()
virtual int QPlatformMediaPlayer::activeTrack |
( |
TrackType | | ) |
|
|
inlinevirtual |
◆ activeTracksChanged()
void QPlatformMediaPlayer::activeTracksChanged |
( |
| ) |
|
|
inline |
◆ audioAvailableChanged()
void QPlatformMediaPlayer::audioAvailableChanged |
( |
bool | audioAvailable | ) |
|
|
inline |
◆ availablePlaybackRanges()
virtual QMediaTimeRange QPlatformMediaPlayer::availablePlaybackRanges |
( |
| ) |
const |
|
pure virtual |
◆ bufferProgress()
virtual float QPlatformMediaPlayer::bufferProgress |
( |
| ) |
const |
|
pure virtual |
◆ bufferProgressChanged()
void QPlatformMediaPlayer::bufferProgressChanged |
( |
float | progress | ) |
|
|
inline |
◆ canPlayQrc()
virtual bool QPlatformMediaPlayer::canPlayQrc |
( |
| ) |
const |
|
inlinevirtual |
◆ doLoop()
bool QPlatformMediaPlayer::doLoop |
( |
| ) |
|
|
inline |
◆ duration()
virtual qint64 QPlatformMediaPlayer::duration |
( |
| ) |
const |
|
pure virtual |
◆ durationChanged() [1/2]
void QPlatformMediaPlayer::durationChanged |
( |
qint64 | duration | ) |
|
|
inline |
◆ durationChanged() [2/2]
void QPlatformMediaPlayer::durationChanged |
( |
std::chrono::milliseconds | ms | ) |
|
|
inline |
◆ error()
void QPlatformMediaPlayer::error |
( |
int | error, |
|
|
const QString & | errorString ) |
◆ isAudioAvailable()
virtual bool QPlatformMediaPlayer::isAudioAvailable |
( |
| ) |
const |
|
inlinevirtual |
◆ isSeekable()
virtual bool QPlatformMediaPlayer::isSeekable |
( |
| ) |
const |
|
inlinevirtual |
◆ isVideoAvailable()
virtual bool QPlatformMediaPlayer::isVideoAvailable |
( |
| ) |
const |
|
inlinevirtual |
◆ loops()
int QPlatformMediaPlayer::loops |
( |
| ) |
const |
|
inline |
◆ media()
virtual QUrl QPlatformMediaPlayer::media |
( |
| ) |
const |
|
pure virtual |
◆ mediaStatus()
◆ mediaStatusChanged()
◆ mediaStream()
virtual const QIODevice * QPlatformMediaPlayer::mediaStream |
( |
| ) |
const |
|
pure virtual |
◆ metaData()
◆ metaDataChanged()
void QPlatformMediaPlayer::metaDataChanged |
( |
| ) |
|
|
inline |
◆ pause()
virtual void QPlatformMediaPlayer::pause |
( |
| ) |
|
|
pure virtual |
◆ pitchCompensation()
bool QPlatformMediaPlayer::pitchCompensation |
( |
| ) |
const |
|
virtual |
◆ pitchCompensationAvailability()
◆ pitchCompensationChanged()
void QPlatformMediaPlayer::pitchCompensationChanged |
( |
bool | enabled | ) |
const |
◆ play()
virtual void QPlatformMediaPlayer::play |
( |
| ) |
|
|
pure virtual |
◆ playbackRate()
virtual qreal QPlatformMediaPlayer::playbackRate |
( |
| ) |
const |
|
pure virtual |
◆ playbackRateChanged()
void QPlatformMediaPlayer::playbackRateChanged |
( |
qreal | rate | ) |
|
|
inline |
◆ position()
virtual qint64 QPlatformMediaPlayer::position |
( |
| ) |
const |
|
inlinevirtual |
◆ positionChanged() [1/2]
void QPlatformMediaPlayer::positionChanged |
( |
qint64 | position | ) |
|
|
inline |
◆ positionChanged() [2/2]
void QPlatformMediaPlayer::positionChanged |
( |
std::chrono::milliseconds | ms | ) |
|
|
inline |
◆ resetCurrentLoop()
void QPlatformMediaPlayer::resetCurrentLoop |
( |
| ) |
|
|
inline |
◆ seekableChanged()
void QPlatformMediaPlayer::seekableChanged |
( |
bool | seekable | ) |
|
|
inline |
◆ setActiveTrack()
virtual void QPlatformMediaPlayer::setActiveTrack |
( |
TrackType | , |
|
|
int | ) |
|
inlinevirtual |
◆ setAudioBufferOutput()
◆ setAudioOutput()
◆ setLoops()
virtual void QPlatformMediaPlayer::setLoops |
( |
int | loops | ) |
|
|
inlinevirtual |
◆ setMedia()
virtual void QPlatformMediaPlayer::setMedia |
( |
const QUrl & | media, |
|
|
QIODevice * | stream ) |
|
pure virtual |
◆ setPitchCompensation()
void QPlatformMediaPlayer::setPitchCompensation |
( |
bool | enabled | ) |
|
|
virtual |
◆ setPlaybackRate()
virtual void QPlatformMediaPlayer::setPlaybackRate |
( |
qreal | rate | ) |
|
|
pure virtual |
◆ setPosition()
virtual void QPlatformMediaPlayer::setPosition |
( |
qint64 | position | ) |
|
|
pure virtual |
◆ setVideoSink()
◆ state()
◆ stateChanged()
◆ stop()
virtual void QPlatformMediaPlayer::stop |
( |
| ) |
|
|
pure virtual |
◆ streamPlaybackSupported()
virtual bool QPlatformMediaPlayer::streamPlaybackSupported |
( |
| ) |
const |
|
inlinevirtual |
◆ trackCount()
virtual int QPlatformMediaPlayer::trackCount |
( |
TrackType | | ) |
|
|
inlinevirtual |
◆ trackMetaData()
◆ tracksChanged()
void QPlatformMediaPlayer::tracksChanged |
( |
| ) |
|
|
inline |
◆ videoAvailableChanged()
void QPlatformMediaPlayer::videoAvailableChanged |
( |
bool | videoAvailable | ) |
|
|
inline |
The documentation for this class was generated from the following files: