From ed3828f0df1bcef66b036ce1831a0aed87ed5482 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Aug 2007 19:13:47 +0000 Subject: added shoutcast title update git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@119 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/soundcore.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/soundcore.h') 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; -- cgit v1.2.3-13-gbd6f