SubtitlesJSON
Jump to navigation
Jump to search
Represents the information on Subtitle with the Start time and the text that should be shown during the movie playing.
Members
Field | Data Type | Description |
---|---|---|
Start | int[] | Array of integer number that represent the seconds time should be show the text of the subtitle. |
Txt | String[] | Part of the subtitle should be shown at the moment. |
Example
{
- "Start": [
- 55540,
- 59631,
- 63782,
- 66769,
- 66852,
- 69338
- ],
- "Txt" : [
- "\nGLADIADOR",
- " ",
- "\nEn su apogeo, el vasto\nImperio Romano se extendía...",
- " ",
- "\n...desde los desiertos africanos...",
- " ",
- ]
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |