From 06fcabd06ef63615a0d6518b381b4921788103e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Mar 2016 21:59:21 +0100 Subject: DOCS: add some hints to the new examples repository --- DOCS/libmpv-client-api.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DOCS/libmpv-client-api.rst (limited to 'DOCS') diff --git a/DOCS/libmpv-client-api.rst b/DOCS/libmpv-client-api.rst new file mode 100644 index 0000000000..eeb5fe0408 --- /dev/null +++ b/DOCS/libmpv-client-api.rst @@ -0,0 +1,14 @@ +Client API (libmpv) documentation and examples +============================================== + +libmpv lets you embed mpv as a library. It is meant to enable development of +GUI frontends. + +Since libmpv merely allows access to underlying mechanisms that can control +mpv, documentation is spread over a few places: + +- https://github.com/mpv-player/mpv/blob/master/libmpv/client.h +- http://mpv.io/manual/master/#options +- http://mpv.io/manual/master/#list-of-input-commands +- http://mpv.io/manual/master/#properties +- https://github.com/mpv-player/mpv-examples/tree/master/libmpv -- cgit v1.2.3