comparison input/input.h @ 30988:8d840754a921

Add slave commands for loading and unloading audio filters at runtime. Patch by Jehan Hysseo, hysseo zemarmot net
author cehoyos
date Sun, 11 Apr 2010 18:59:19 +0000
parents 2186c040f9e0
children 0b7792622c88
comparison
equal deleted inserted replaced
30987:e1483ae3d93c 30988:8d840754a921
160 160
161 /// Console commands 161 /// Console commands
162 MP_CMD_CHELP = 7000, 162 MP_CMD_CHELP = 7000,
163 MP_CMD_CEXIT, 163 MP_CMD_CEXIT,
164 MP_CMD_CHIDE, 164 MP_CMD_CHIDE,
165
166 /// Audio Filter commands
167 MP_CMD_AF_SWITCH,
168 MP_CMD_AF_ADD,
169 MP_CMD_AF_DEL,
170 MP_CMD_AF_CLR,
171
165 } mp_command_type; 172 } mp_command_type;
166 173
167 // The arg types 174 // The arg types
168 #define MP_CMD_ARG_INT 0 175 #define MP_CMD_ARG_INT 0
169 #define MP_CMD_ARG_FLOAT 1 176 #define MP_CMD_ARG_FLOAT 1