MPV_EVENT_HOOK constant
int
const MPV_EVENT_HOOK
Triggered if a hook handler was registered with mpv_hook_add(), and the hook is invoked. If you receive this, you must handle it, and continue the hook with mpv_hook_continue(). See also mpv_event and mpv_event_hook.
Implementation
static const int MPV_EVENT_HOOK = 25;