mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
client API: make "cache" property and similar observable
Achieve this by polling. Will be used by the OSC. Basically a bad hack - but the point is that the mpv core itself is in the best position to improve this later.
This commit is contained in:
@@ -983,6 +983,7 @@ typedef enum mpv_event_id {
|
||||
* Happens when the current chapter changes.
|
||||
*/
|
||||
MPV_EVENT_CHAPTER_CHANGE = 23
|
||||
// Internal note: adjust INTERNAL_EVENT_BASE when adding new events.
|
||||
} mpv_event_id;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user