Mercurial > mplayer.hg
comparison input/input.h @ 8364:137b7574c85f
slave-mode commands to get movie length & pos
patch by Balatoni Denes <pnis@coder.hu>
author | arpi |
---|---|
date | Thu, 05 Dec 2002 00:11:12 +0000 |
parents | c032962b51a1 |
children | 423a19edc0a4 |
comparison
equal
deleted
inserted
replaced
8363:ae74be3e2ed0 | 8364:137b7574c85f |
---|---|
31 #define MP_CMD_GAMMA 29 | 31 #define MP_CMD_GAMMA 29 |
32 #define MP_CMD_SUB_VISIBILITY 30 | 32 #define MP_CMD_SUB_VISIBILITY 30 |
33 #define MP_CMD_VOBSUB_LANG 31 | 33 #define MP_CMD_VOBSUB_LANG 31 |
34 #define MP_CMD_MENU 32 | 34 #define MP_CMD_MENU 32 |
35 #define MP_CMD_SET_MENU 33 | 35 #define MP_CMD_SET_MENU 33 |
36 #define MP_CMD_GET_TIME_LENGTH 34 | |
37 #define MP_CMD_GET_PERCENT_POS 35 | |
36 | 38 |
37 #define MP_CMD_GUI_EVENTS 5000 | 39 #define MP_CMD_GUI_EVENTS 5000 |
38 #define MP_CMD_GUI_LOADFILE 5001 | 40 #define MP_CMD_GUI_LOADFILE 5001 |
39 #define MP_CMD_GUI_LOADSUBTITLE 5002 | 41 #define MP_CMD_GUI_LOADSUBTITLE 5002 |
40 #define MP_CMD_GUI_ABOUT 5003 | 42 #define MP_CMD_GUI_ABOUT 5003 |