mpv_event.data

struct mpv_event
void* data;

Detailed Description

MPV EVENT GET PROPERTY REPLY

mpv_event_property*

MPV EVENT PROPERTY CHANGE

mpv_event_property*

MPV EVENT LOG MESSAGE

mpv_event_log_message*

MPV EVENT CLIENT MESSAGE

mpv_event_client_message*

MPV EVENT END FILE

mpv_event_end_file*

MPV EVENT HOOK

mpv_event_hook* MPV_EVENT_COMMAND_REPLY* mpv_event_command* other: NULL

Note: future enhancements might add new event structs for existing or new event types.

Meta