libmpv  20200718-git-96cdf53
development library for the MPV media player
Looking for a C++ dev?
I'm looking for work. Hire me!
mpv_event_hook Struct Reference

#include <client.h>

Public Attributes

const char * name
 The hook name as passed to mpv_hook_add(). More...
 
uint64_t id
 Internal ID that must be passed to mpv_hook_continue(). More...
 

Detailed Description

Definition at line 1691 of file client.h.

Member Data Documentation

◆ id

uint64_t mpv_event_hook::id

Internal ID that must be passed to mpv_hook_continue().

Definition at line 1699 of file client.h.

◆ name

const char* mpv_event_hook::name

The hook name as passed to mpv_hook_add().

Definition at line 1695 of file client.h.


The documentation for this struct was generated from the following file: