Interface: PlaybackRestartEvent
Defined in: packages/player/src/events.ts:51
Playback restarted after a seek or after loading finished
(MPV_EVENT_PLAYBACK_RESTART). This is the point at which time-pos is
meaningful again, so it is the primary position-anchor discontinuity.
Properties
kind
readonly kind: "playbackRestart";
Defined in: packages/player/src/events.ts:52