Difference between revisions of "SubtitlesJSON"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents the information on Subtitle with the Start time and the text that should be shown during the movie playing. |Members= {{{!}} bord...") |
(No difference)
|
Latest revision as of 13:58, 18 June 2014
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 |