Phonon
audiodataoutput.h
Common base class for all audio outputs.
Definition abstractaudiooutput.h:41
This class gives you the audio data (for visualizations).
Definition audiodataoutput.h:54
void endOfMedia(int remainingSamples)
This signal is emitted before the last dataReady signal of a media is emitted.
int dataSize() const
Returns the currently used number of samples passed through the signal.
void dataReady(const QMap< Phonon::AudioDataOutput::Channel, QVector< qint16 > > &data)
Emitted whenever another dataSize number of samples are ready.
void setDataSize(int size)
Sets the number of samples to be passed in one signal emission.
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.