summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 7bc613b15e..5139ceddfa 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -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;
/**