Phonon
streaminterface.cpp
97 QMetaObject::invokeMethod(d->mediaSource.stream(), "seekStream", Qt::QueuedConnection, Q_ARG(qint64, offset));
Note that all constructors of this class are implicit, so that you can simply write.
Definition mediasource.h:63
void seekStream(qint64 seekTo)
If the stream is seekable, calling this function will make the next call to writeData pass data that ...
Definition streaminterface.cpp:93
void connectToSource(const MediaSource &mediaSource)
Call this function from the constructor of your StreamInterface implementation (or as soon as you get...
Definition streaminterface.cpp:49
void needData()
Call this function to tell the AbstractMediaStream that you need more data.
Definition streaminterface.cpp:78
void enoughData()
Call this function to tell the AbstractMediaStream that you have enough data in your buffer and that ...
Definition streaminterface.cpp:85
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
QueuedConnection
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.