aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soundcore.h')
-rw-r--r--lib/soundcore.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/soundcore.h b/lib/soundcore.h
index 7e9d7369f..7e88942f7 100644
--- a/lib/soundcore.h
+++ b/lib/soundcore.h
@@ -150,6 +150,14 @@ signals:
*/
void outputStateChanged(const OutputState& state);
+ /*!
+ * This signal is emited when the title of the stream changes.
+ * The argument \b title is the new title of the stream.
+ * Signal emits with the shoutcast server stream only.
+ * For another servers use decoderStateChanged()
+ */
+ void titleChanged(const QString& title);
+
private:
Decoder* m_decoder;
Output* m_output;