1,254 bytes added
, 13:58, 18 June 2014
{{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=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! Start
{{!}} int[]
{{!}} Array of integer number that represent the seconds time should be show the text of the subtitle.
{{!}}- valign="top"
! Txt
{{!}} String[]
{{!}} Part of the subtitle should be shown at the moment.
{{!}}- valign="top"
{{!}}}
|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...",
:: " ",
: ]
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}