SubLib Subtitle Library

Subtitles.ShiftTimings Method

Shifts the subtitles a specified amount of frames.

Overload List

Shifts the subtitles a specified amount of frames.

public void ShiftTimings(int);

Shifts a range of subtitles a specified amount of frames.

public void ShiftTimings(int,int,int);

Shifts the subtitles a specified amount of time.

public void ShiftTimings(TimeSpan);

Shifts a range of subtitles a specified amount of time.

public void ShiftTimings(TimeSpan,int,int);

See Also

Subtitles Class | SubLib Namespace