SubLib Subtitle Library

Subtitles.FindWithTime Method 

Finds the subtitle that contains the specified time position.

public int FindWithTime(
   float time
);

Parameters

time
The time position, in seconds.

Return Value

The found subtitle number, or -1 if no subtitle was found.

See Also

Subtitles Class | SubLib Namespace