Class SubtitleUtils
Inheritance
System.Object
    SubtitleUtils
  Namespace: RenderHeads.Media.AVProVideo
Assembly: cs.temp.dll.dll
Syntax
public class SubtitleUtils
  Methods
ParseSubtitlesSRT(String)
Parse subtitles in the SRT format and convert to a list of ordered Subtitle objects
Declaration
public static List<Subtitle> ParseSubtitlesSRT(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | data | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Subtitle> |