diff 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
line wrap: on
line diff
--- a/input/input.h	Mon Aug 28 16:59:29 2006 +0000
+++ b/input/input.h	Mon Aug 28 17:05:18 2006 +0000
@@ -86,6 +86,9 @@
 #define MP_CMD_GET_META_COMMENT 84
 #define MP_CMD_GET_META_TRACK 85
 #define MP_CMD_GET_META_GENRE 86
+#define MP_CMD_RADIO_STEP_CHANNEL 87
+#define MP_CMD_RADIO_SET_CHANNEL 88
+#define MP_CMD_RADIO_SET_FREQ 89
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001