mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
client API: add event for metadata changes
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user