summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy
diff options
context:
space:
mode:
Diffstat (limited to 'libresourceqt/include/qt4/policy')
-rw-r--r--libresourceqt/include/qt4/policy/audio-resource.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libresourceqt/include/qt4/policy/audio-resource.h b/libresourceqt/include/qt4/policy/audio-resource.h
index 27ffac6..87f215f 100644
--- a/libresourceqt/include/qt4/policy/audio-resource.h
+++ b/libresourceqt/include/qt4/policy/audio-resource.h
@@ -87,6 +87,15 @@ private:
QString streamName;
QString streamValue;
signals:
+ /**
+ * This signal is emitted when any of the properties of the AudioResource
+ * are changed. This signal is connected to in the ResourceSet to
+ * track the changes to the AudioResource object.
+ * \param group The new audio group
+ * \param pit The new PID of the audio renderer
+ * \param name The new Stream tag name
+ * \param value the new stream tag value
+ */
void audioPropertiesChanged(const QString &group, quint32 pid,
const QString &name, const QString &value);
};