SubLib Subtitle Library

SubtitleCollection.Add Method (Subtitle, Int32)

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

public void Add(
   Subtitle subtitle,
   int index
);

Parameters

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

See Also

SubtitleCollection Class | SubLib Namespace | SubtitleCollection.Add Overload List