MPV_EVENT_SEEK constant

int const MPV_EVENT_SEEK

Happens when a seek was initiated. Playback stops. Usually it will resume with MPV_EVENT_PLAYBACK_RESTART as soon as the seek is finished.

Implementation

static const int MPV_EVENT_SEEK = 20;