Interface IMediaSubtitles
Interface for side loading of subtitles in SRT format
Namespace: RenderHeads.Media.AVProVideo
Assembly: cs.temp.dll.dll
Syntax
public interface IMediaSubtitles
  Methods
GetSubtitleIndex()
Declaration
int GetSubtitleIndex()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | 
GetSubtitleText()
Declaration
string GetSubtitleText()
  Returns
| Type | Description | 
|---|---|
| System.String | 
LoadSubtitlesSRT(String)
Declaration
bool LoadSubtitlesSRT(string data)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | data | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |