]> code.delx.au - pulseaudio/commitdiff
introduce new well-known role 'a11y'
authorLennart Poettering <lennart@poettering.net>
Tue, 24 Feb 2009 00:44:46 +0000 (01:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 24 Feb 2009 00:44:46 +0000 (01:44 +0100)
src/pulse/proplist.h

index 7a58568255abb6d207204c409f374f1e69c740c0..d30dc3b9e980fde44b760eff7426bf442615148c 100644 (file)
@@ -51,7 +51,7 @@ PA_C_DECL_BEGIN
 /** For streams: an XDG icon name for the media. e.g. "audio-x-mp3" */
 #define PA_PROP_MEDIA_ICON_NAME                "media.icon_name"
 
-/** For streams: logic role of this media. One of the strings "video", "music", "game", "event", "phone", "animation", "production" */
+/** For streams: logic role of this media. One of the strings "video", "music", "game", "event", "phone", "animation", "production", "a11y" */
 #define PA_PROP_MEDIA_ROLE                     "media.role"
 
 /** For event sound streams: XDG event sound name. e.g. "message-new-email" (Event sound streams are those with media.role set to "event") */