summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-05-25 23:52:31 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-25 23:52:31 +0200
commit8f23a2edb5c602064b24648088572e61e9aeb395 (patch)
treed6852715c7d6c3cbdc4aa575d80df41ba9191932 /src/pulse
parent01fa34ba8a2be006964b87e5e19a2c955bf7131e (diff)
proplist: add two new generic properties, media.copyright and media.software
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/proplist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h
index 7d680d06..4c791dce 100644
--- a/src/pulse/proplist.h
+++ b/src/pulse/proplist.h
@@ -39,6 +39,12 @@ PA_C_DECL_BEGIN
/** For streams: localized media artist if applicable, formatted as UTF-8. e.g. "Guns'N'Roses" */
#define PA_PROP_MEDIA_ARTIST "media.artist"
+/** For streams: localized media copyright string if applicable, formatted as UTF-8. e.g. "Evil Record Corp." */
+#define PA_PROP_MEDIA_COPYRIGHT "media.copyright"
+
+/** For streams: localized media generator software string if applicable, formatted as UTF-8. e.g. "Foocrop AudioFrobnicator" */
+#define PA_PROP_MEDIA_SOFTWARE "media.software"
+
/** For streams: media language if applicable, in standard POSIX format. e.g. "de_DE" */
#define PA_PROP_MEDIA_LANGUAGE "media.language"