phonon/mediaobject.h Source File
Go to the documentation of this file.
22 #ifndef Phonon_MEDIAOBJECT_H
23 #define Phonon_MEDIAOBJECT_H
36 class MediaObjectPrivate;
86 friend class FrontendInterfacePrivate;
195 bool hasVideo() const;
221 bool isSeekable() const;
223 qint32 tickInterval() const;
270 QString errorString() const;
368 qint64 currentTime() const;
384 qint64 remainingTime() const;
386 qint32 prefinishMark() const;
387 void setPrefinishMark(
qint32 msecToEnd);
389 qint32 transitionTime() const;
390 void setTransitionTime(
qint32 msec);
394 void setTickInterval(
qint32 newTickInterval);
481 void metaDataChanged();
495 void seekableChanged(
bool isSeekable);
510 #ifndef QT_NO_PHONON_VIDEO
511 void hasVideoChanged(
bool hasVideo);
512 #endif //QT_NO_PHONON_VIDEO
528 void bufferStatus(
int percentFilled);
567 void aboutToFinish();
583 void prefinishMarkReached(
qint32 msecToEnd);
596 void totalTimeChanged(
qint64 newTotalTime);
605 #ifndef QT_NO_PHONON_ABSTRACTMEDIASTREAM
607 #endif //QT_NO_PHONON_ABSTRACTMEDIASTREAM
623 #endif // Phonon_MEDIAOBJECT_H
GLsizei GLsizei GLchar * source
PHONON_EXPORT MediaObject * createPlayer(Phonon::Category category, const MediaSource &source=MediaSource())
Convenience function to create a MediaObject and AudioOutput connected by a path. ...
MetaData
Provided as keys for MediaObject::metaData for convenience, in addition to the strings defined in the...
State
The state the media producing object is in at the moment.
#define Q_PRIVATE_SLOT(d, signature)
#define PHONON_OBJECT(classname)
#define QT_BEGIN_NAMESPACE
Category
Set's the category your program should be listed in in the mixer.
ErrorType
Tells your program how to recover from an error.
The KDE Multimedia classes.
#define K_DECLARE_PRIVATE(Class)