Add a client API

Add a client API, which is intended to be a stable API to get some rough
control over the player. Basically, it reflects what can be done with
input.conf commands or the old slavemode. It will replace the old
slavemode (and enable the implementation of a new slave protocol).
This commit is contained in:
wm4
2014-02-10 21:01:35 +01:00
parent c6166ff448
commit 88ae914b1e
11 changed files with 1892 additions and 143 deletions

View File

@@ -224,6 +224,7 @@ SOURCES = audio/audio.c \
osdep/timer.c \
osdep/threads.c \
player/audio.c \
player/client.c \
player/configfiles.c \
player/command.c \
player/dvdnav.c \