1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-04 13:18:12 +00:00

client API: hint that opengl_cb is an alternative to window embedding

This commit is contained in:
wm4 2015-02-23 16:07:11 +01:00
parent 78fb7cbf4d
commit d77fdc8f82

View File

@ -154,6 +154,13 @@ extern "C" {
* "wid" option fully and letterbox the video (i.e. add black bars if the
* aspect ratio of the window and the video mismatch).
*
* Setting the "input-vo-keyboard" may be required to get keyboard input
* through the embedded window, if this is desired.
*
* For OpenGL integration (e.g. rendering video to a texture), a separate API
* is available. Look at opengl_cb.h. This API does not include keyboard or
* mouse input directly.
*
* Also see client API examples and the mpv manpage.
*
* Compatibility