Added QAudioDecoderControl::sourceChanged signal.
The signal is mentioned in QAudioDecoder but is missing from QAudioDecoderControl. Change-Id: I0cd13c53541585098edd02093858501ffb5af1fb Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
696e434129
commit
4c07c6330d
@@ -173,6 +173,14 @@ QAudioDecoderControl::QAudioDecoderControl(QObject *parent):
|
||||
Signals that a new buffer is ready for reading.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QAudioDecoderControl::sourceChanged()
|
||||
|
||||
Signals that the current source of the decoder has changed.
|
||||
|
||||
\sa sourceFilename(), sourceDevice()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QAudioDecoderControl::formatChanged(const QAudioFormat &format)
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ public:
|
||||
Q_SIGNALS:
|
||||
void stateChanged(QAudioDecoder::State newState);
|
||||
void formatChanged(const QAudioFormat &format);
|
||||
void sourceChanged();
|
||||
|
||||
void error(int error, const QString &errorString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user