SubLib Subtitle Library

Subtitle Constructor

Initializes a new instance of the Subtitle class, given the global subtitles' properties and the subtitle's text and style.

Overload List

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

See Also

Subtitle Class | SubLib Namespace