client API: add event for metadata changes

This commit is contained in:
wm4
2014-02-19 16:00:37 +01:00
parent 57c9f5236a
commit 0ad2211508
6 changed files with 16 additions and 3 deletions

View File

@@ -638,6 +638,12 @@ typedef enum mpv_event_id {
* because there is no such thing as audio output embedding.
*/
MPV_EVENT_AUDIO_RECONFIG = 18,
/**
* Happens when metadata (like file tags) is possibly updated. (It's left
* unspecified whether this happens on file start or only when it changes
* within a file.)
*/
MPV_EVENT_METADATA_UPDATE = 19,
} mpv_event_id;
/**