[][src]Constant libmpv::events::mpv_event_id::PlaybackRestart

pub const PlaybackRestart: u32 = 21; // 21u32

There was a discontinuity of some sort (like a seek), and playback was reinitialized. Usually happens on start of playback and after seeking. The main purpose is allowing the client to detect when a seek request is finished.