MPV_EVENT_UNPAUSE constant
int
const MPV_EVENT_UNPAUSE
Playback was unpaused. See MPV_EVENT_PAUSE for not so obvious details.
@deprecated The event is redundant with mpv_observe_property() as explained in the MPV_EVENT_PAUSE comments, and might be removed in the far future.
Implementation
static const int MPV_EVENT_UNPAUSE = 13;