Initializes a new instance of the Subtitle class, given the global subtitles' properties and the subtitle's text and style.
Initializes a new instance of the Subtitle class, given the global subtitles' properties.
public Subtitle(SubtitleProperties);
Initializes a new instance of the Subtitle class, given the global subtitles' properties and the subtitle's text and style.
public Subtitle(SubtitleProperties,SubtitleText,Style);
Initializes a new instance of the Subtitle class, given the global subtitles' properties and its start and end frames.
public Subtitle(SubtitleProperties,int,int);
Initializes a new instance of the Subtitle class, given the global subtitles' properties and its start and end times.
public Subtitle(SubtitleProperties,TimeSpan,TimeSpan);
Subtitle Class | SubLib Namespace