SubLib Subtitle Library

IncompleteSubtitleCollection.Add Method (IncompleteSubtitle, Int32)

Adds an incomplete subtitle to the collection, inserting it at the specified index.

public void Add(
   IncompleteSubtitle subtitle,
   int index
);

Parameters

subtitle
The subtitle to add.
index
The zero-based index at which the subtitle should be inserted.

See Also

IncompleteSubtitleCollection Class | SubLib Namespace | IncompleteSubtitleCollection.Add Overload List