summaryrefslogtreecommitdiffstats
path: root/cplugins/README.md
blob: 06223e0e3b028e2c971be73b291b4c48280094d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# C plugin examples

Documentation is here: https://mpv.io/manual/master/#c-plugins

Other than this, the normal libmpv documentation applies.
Very primitive terminal-only example. Shows some most basic API usage.

## List of Examples

### simple

Very primitive example showing basic API usage.