You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enes Okullu edited this page Mar 17, 2024
·
1 revision
SubtitleTimeFormat
SubtitleTimeFormat is a class to parse timing values.
class SubtitleTimeFormat
{
public int StartTimeOffset = 0;
public int StartTimeLenght = 12;
public int EndTimeOffset = 17;
public int EndTimeLenght = 12;
public string TimeStringFormat = @"hh\:mm\:ss\,fff";
}