SubLib Subtitle Library

Subtitles.AdjustTimings Method

Auto adjusts the subtitles given the correct frames for the first and last subtitle.

Overload List

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);

See Also

Subtitles Class | SubLib Namespace