Subtitle
Jump to navigation
Jump to search
Members
| Field | Data Type | Description |
|---|---|---|
| ID | int | Unique identifier for the Subtitle |
| Language | Language | Object for language available |
| URL | String | The path to the source file in a server. |
| Extension | String | Extension for the type of the subtitle. |
Example
{
- "ID": 409,
- "Language": {
- Language object
- },
- "URL": "http://media-pre.labs.gvp.telefonica.com/storagearea0/GVP_SUBTITLES/00/00/00/409_36040CFE8D6D70E2.srt",
- "Extension": ".srt"
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |