[][src]Constant libmpv_sys::mpv_event_id_MPV_EVENT_UNPAUSE

pub const mpv_event_id_MPV_EVENT_UNPAUSE: mpv_event_id = 13;

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.