1 #ifndef MUSICCOREMPLAYER_H
2 #define MUSICCOREMPLAYER_H
55 void setMedia(Module type,
const QString &url,
int winId = -1);
60 void setPosition(qint64 pos);
65 void setMuted(
bool mute);
69 void setVolume(
int value);
73 bool isPlaying()
const;
87 void positionChanged(qint64 position);
91 void durationChanged(qint64 duration);
95 void mediaChanged(
const QString &url);
99 void finished(
int code);
119 void positionRecieved();
123 void durationRecieved();
127 void standardRecieved();
135 void checkTimerout();
145 void setRadioMedia(
const QString &url);
149 void setMusicMedia(
const QString &url);
153 void setVideoMedia(
const QString &url,
int winId);
157 void setMovieMedia(
const QString &url,
int winId);
166 #endif // MUSICCOREMPLAYER_H
#define TTK_MODULE_EXPORT
TTK::PlayState m_playState
TTK::PlayState state() const noexcept
Module category() const noexcept
The class of the mplayer core.