Auto adjusts the subtitles given the correct frames for the first and last subtitle.
Auto adjusts the subtitles given the correct frames for the first and last subtitle.
public bool AdjustTimings(int,int);
Auto adjusts a range of subtitles given their first and last correct frames.
public bool AdjustTimings(int,int,int,int);
Auto adjusts a range of subtitles given their first and last correct times.
public bool AdjustTimings(int,TimeSpan,int,TimeSpan);
Auto adjusts the subtitles given the correct times for the first and last subtitle.
public bool AdjustTimings(TimeSpan,TimeSpan);
Subtitles Class | SubLib Namespace