[][src]Constant libmpv_sys::mpv_event_id_MPV_EVENT_TICK

pub const mpv_event_id_MPV_EVENT_TICK: mpv_event_id = 14;

Sent every time after a video frame is displayed. Note that currently, this will be sent in lower frequency if there is no video, or playback is paused - but that will be removed in the future, and it will be restricted to video frames only.

@deprecated Use mpv_observe_property() with relevant properties instead (such as "playback-time").