comparison input/input.h @ 19568:bd821fd3e244

Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
author reimar
date Mon, 28 Aug 2006 17:05:18 +0000
parents 0fc9a4ca9e66
children bb1b570ac7c1
comparison
equal deleted inserted replaced
19567:1a03b2c8ac28 19568:bd821fd3e244
84 #define MP_CMD_GET_META_ALBUM 82 84 #define MP_CMD_GET_META_ALBUM 82
85 #define MP_CMD_GET_META_YEAR 83 85 #define MP_CMD_GET_META_YEAR 83
86 #define MP_CMD_GET_META_COMMENT 84 86 #define MP_CMD_GET_META_COMMENT 84
87 #define MP_CMD_GET_META_TRACK 85 87 #define MP_CMD_GET_META_TRACK 85
88 #define MP_CMD_GET_META_GENRE 86 88 #define MP_CMD_GET_META_GENRE 86
89 #define MP_CMD_RADIO_STEP_CHANNEL 87
90 #define MP_CMD_RADIO_SET_CHANNEL 88
91 #define MP_CMD_RADIO_SET_FREQ 89
89 92
90 #define MP_CMD_GUI_EVENTS 5000 93 #define MP_CMD_GUI_EVENTS 5000
91 #define MP_CMD_GUI_LOADFILE 5001 94 #define MP_CMD_GUI_LOADFILE 5001
92 #define MP_CMD_GUI_LOADSUBTITLE 5002 95 #define MP_CMD_GUI_LOADSUBTITLE 5002
93 #define MP_CMD_GUI_ABOUT 5003 96 #define MP_CMD_GUI_ABOUT 5003