pub fn read_undo_steps(file_path: &Path, use_id3v2: bool) -> Option<i32>Expand description
Read the left-channel undo step count without modifying the file.
Mirrors undo_gain_auto’s dispatch so the returned value matches what
undo_gain_auto would roll back. Returns None if the tag is absent or
unreadable.