1,358 bytes added
, 11:04, 2 June 2014
{{Api_DataType_Spec
|Description=Represents the information for a live program.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! Details
{{!}} [[EpgLiveProgramDetails|EpgLiveProgramDetails]] object
{{!}} Object containing live program details
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Live Program ID
{{!}}- valign="top"
! Name
{{!}} String
{{!}} Program name
{{!}}- valign="top"
! ReducedDescription
{{!}} String
{{!}} Reduced description
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 5808773,
: "Name": "VH1 Music",
: "ReducedDescription": "Contenedor musical de VH1 que emite videoclips con la mejor música de la década pasada.",
: [[EpgLiveProgramDetails|EpgLiveProgramDetails]] object
}
|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=
* [[UNIAPI_Specification#Network_Pvr_Service| Network PVR Service]] methods
* [[EpgLiveProgramDetails|EpgLiveProgramDetails]] object
}}