const SEEK_POSITION_THRESHOLD: f64 = 0.5;Expand description
The media engine may report a seek-done position that differs slightly from the requested position (e.g. snapping to the nearest keyframe), so we use a threshold instead of strict equality. (Unit is second)