Phonon
streaminterface.h
Note that all constructors of this class are implicit, so that you can simply write.
Definition Phonon-Graph.cpp:17
Backend interface to handle media streams (AbstractMediaStream).
Definition streaminterface.h:56
virtual void writeData(const QByteArray &data)=0
Called by the application to send a chunk of (encoded) media data.
virtual void endOfData()=0
Called when no more media data is available and writeData will not be called anymore.
virtual void setStreamSeekable(bool s)=0
Tells whether the stream is seekable.
virtual void setStreamSize(qint64 newSize)=0
Called at the start of the stream to tell how many bytes will be sent through writeData (if no seeks ...
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.