summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 09:44:20 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 09:44:20 +0000
commitdd0c5220f68a63e34bfac0095ff76e49f3354aab (patch)
treebf054a13b697fd8cae3248410d22795ebc45a268 /input/input.h
parent000c89175c7792954da48402908e8d523b564743 (diff)
downloadmpv-dd0c5220f68a63e34bfac0095ff76e49f3354aab.tar.bz2
mpv-dd0c5220f68a63e34bfac0095ff76e49f3354aab.tar.xz
extended slave mode with metadata retrieval commands
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19539 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/input/input.h b/input/input.h
index f2251e4b98..53072ceff7 100644
--- a/input/input.h
+++ b/input/input.h
@@ -72,6 +72,20 @@
#define MP_CMD_OSD_SHOW_PROPERTY_TEXT 70
#define MP_CMD_SEEK_CHAPTER 71
#define MP_CMD_FILE_FILTER 72
+#define MP_CMD_GET_FILENAME 73
+#define MP_CMD_GET_VIDEO_CODEC 74
+#define MP_CMD_GET_VIDEO_BITRATE 75
+#define MP_CMD_GET_VIDEO_RESOLUTION 76
+#define MP_CMD_GET_AUDIO_CODEC 77
+#define MP_CMD_GET_AUDIO_BITRATE 78
+#define MP_CMD_GET_AUDIO_SAMPLES 79
+#define MP_CMD_GET_META_TITLE 80
+#define MP_CMD_GET_META_ARTIST 81
+#define MP_CMD_GET_META_ALBUM 82
+#define MP_CMD_GET_META_YEAR 83
+#define MP_CMD_GET_META_COMMENT 84
+#define MP_CMD_GET_META_TRACK 85
+#define MP_CMD_GET_META_GENRE 86
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001