SubLib Subtitle Library

Subtitle Constructor (SubtitleProperties, Int32, Int32)

Initializes a new instance of the Subtitle class, given the global subtitles' properties and its start and end frames.

public Subtitle(
   SubtitleProperties properties,
   int startFrame,
   int endFrame
);

Parameters

properties
The subtitles' properties.
startFrame
The subtitle's start frame.
endFrame
The subtitle's end frame.

See Also

Subtitle Class | SubLib Namespace | Subtitle Constructor Overload List