Phonon
audiodataoutput.h
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.
Q_ENUMS(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
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.