2 Language bindings
wm4 edited this page 2020-02-15 19:08:36 +01:00

Currently, there are two kind of bindings:

  1. Internal: can be used from inside of mpv only.
  2. External: can't control the mpv command line player, but can be used to implement new applications that use libmpv as backend for video playback.

Both of them use the libmpv client API: https://github.com/mpv-player/mpv/blob/master/libmpv/client.h

Internal bindings

External bindings