Phonon
mediaobject.h
115 Q_PROPERTY(qint32 transitionTime READ transitionTime WRITE setTransitionTime)
136 Q_PROPERTY(qint32 prefinishMark READ prefinishMark WRITE setPrefinishMark)
163 Q_PROPERTY(qint32 tickInterval READ tickInterval WRITE setTickInterval)
240 qint32 tickInterval() const;
385 qint64 currentTime() const;
658 PHONON_EXPORT MediaObject *createPlayer(Phonon::Category category, const MediaSource &source = MediaSource());
void currentSourceChanged(const Phonon::MediaSource &newSource)
Emitted when the MediaObject makes a transition to the next MediaSource in the queue().
void prefinishMarkReached(qint32 msecToEnd)
Emitted when there are only msecToEnd milliseconds left for playback.
void aboutToFinish()
Emitted before the playback of the whole queue stops.
void bufferStatus(int percentFilled)
Tells about the status of the buffer.
void totalTimeChanged(qint64 newTotalTime)
This signal is emitted as soon as the total time of the media file is known or has changed.
void hasVideoChanged(bool hasVideo)
Emitted whenever the return value of hasVideo() changes.
Note that all constructors of this class are implicit, so that you can simply write.
Definition Phonon-Graph.cpp:17
void stop(Ekos::AlignState mode)
Q_SCRIPTABLE Q_NOREPLY void pause()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.