diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-02-24 01:44:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-02-24 01:44:46 +0100 |
commit | 9eb50701b6a6e8e5b74236bc954e94097eb7e680 (patch) | |
tree | c821d53b368bea585eec8b4ac2a6e731596f3f9b /src/pulse/proplist.h | |
parent | fb49399a0cf8c6e42f4c3f25dbe4753add4251f8 (diff) |
introduce new well-known role 'a11y'
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r-- | src/pulse/proplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 7a585682..d30dc3b9 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -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") */ |