SubLib Subtitle Library

SubtitleCollection.Get Method 

Returns the subtitle at the specified index.

public Subtitle Get(
   int index
);

Parameters

index
The zero-based subtitle's index.

Return Value

The subtitle at the specified index, or null in case the index is invalid.

See Also

SubtitleCollection Class | SubLib Namespace