1,631 bytes added
, 11:01, 2 June 2014
{{Api_DataType_Spec
|Description=Represents a LiveChannel object, modeling all the properties or fields associated with live (linear TV) channels.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
Public property ReferenceId
! CallLetter
{{!}} String
{{!}} Call letter of the channel
{{!}}- valign="top"
! Description
{{!}} String
{{!}} Short description of the of the live channel, as appearing in EPG file
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Internal (MiB) ID of the channel.
{{!}}- valign="top"
! Images
{{!}} Array of [[Image|Image]] object
{{!}} Images associated to the channel
{{!}}- valign="top"
! Name
{{!}} String
{{!}} Channel name.
{{!}}- valign="top"
! Ppv
{{!}} bool
{{!}} PPV channel true/false
{{!}}- valign="top"
! ReferenceId
{{!}} String
{{!}} Channel ID as appearing in EPG file.
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 235,
: "Name": "La 1",
: "Description": "",
: "Ppv": false,
: "CallLetter": "La1",
: "ReferenceId": "1",
: Array of [[Image|Image]] objects
}
|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
{{!}}
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[Image|Image]] object
* [[UNIAPI_Specification#ThumboxService| Thumbox Service]] for image resizing
}}