1%language=ANSI-C
2%readonly-tables
3%enum
4%switch=1
5%compare-lengths
6%define hash-function-name dacp_hash_prop
7%define lookup-function-name dacp_find_prop
8%define slot-name desc
9%struct-type
10%omit-struct-type
11struct dacp_prop_map;
12%%
13"dmcp.volume",                 dacp_propget_volume,                 dacp_propset_volume
14"dacp.playerstate",            dacp_propget_playerstate,            NULL
15"dacp.nowplaying",             dacp_propget_nowplaying,             NULL
16"dacp.playingtime",            dacp_propget_playingtime,            dacp_propset_playingtime
17"dacp.volumecontrollable",     dacp_propget_volumecontrollable,     NULL
18"dacp.availableshufflestates", dacp_propget_availableshufflestates, NULL
19"dacp.availablerepeatstates",  dacp_propget_availablerepeatstates,  NULL
20"dacp.shufflestate",           dacp_propget_shufflestate,           dacp_propset_shufflestate
21"dacp.repeatstate",            dacp_propget_repeatstate,            dacp_propset_repeatstate
22"dacp.userrating",             NULL,                                dacp_propset_userrating
23"dacp.fullscreenenabled",      dacp_propget_fullscreenenabled,      NULL 
24"dacp.fullscreen",             dacp_propget_fullscreen,             NULL 
25"dacp.visualizerenabled",      dacp_propget_visualizerenabled,      NULL 
26"dacp.visualizer",             dacp_propget_visualizer,             NULL 
27"com.apple.itunes.itms-songid", dacp_propget_itms_songid,           NULL 
28"com.apple.itunes.has-chapter-data", dacp_propget_haschapterdata,   NULL 
29