SubLib Subtitle Library

IncompleteSubtitle Constructor 

Initializes a new instance of the IncompleteSubtitle class, given the index of its preceding valid subtitle and the incomplete text.

public IncompleteSubtitle(
   int previous,
   string text
);

Parameters

previous
The index of the preceding valid subtitle.
text
The subtitle's incomplete text.

See Also

IncompleteSubtitle Class | SubLib Namespace