Changes

Jump to navigation Jump to search
2,875 bytes added ,  11:02, 2 June 2014
Created page with "{{Api_DataType_Spec |Description=Represents a LiveChannel object, modeling all the properties or fields associated with live (linear TV) channels. |Members= {{{!}} border="2" s..."
{{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"

! CreationYear
{{!}} int
{{!}} Creation Year
{{!}}- valign="top"

! Description
{{!}} String
{{!}} Program description
{{!}}- valign="top"

! EpgEpisodeNumber
{{!}} int
{{!}} Episode number within the season
{{!}}- valign="top"

! EpgEpisodeTitle
{{!}} String
{{!}} Episode title
{{!}}- valign="top"

! EpgSeasonNumber
{{!}} int
{{!}} Season number
{{!}}- valign="top"

! EpgSeriesID
{{!}} int
{{!}} Series ID
{{!}}- valign="top"

! EpgSeriesName
{{!}} String
{{!}} Series name
{{!}}- valign="top"

! Genres
{{!}} Array of int
{{!}} List of genres IDs associated to the program.
{{!}}- valign="top"

! Images
{{!}} Array of [[Image|Image]] object
{{!}} Images associated to the program
{{!}}- valign="top"

! InstanceAgeRating
{{!}} int
{{!}} Internal (MiB) ID of age rating
{{!}}- valign="top"

! OriginalTitle
{{!}} String
{{!}} Original title of the program
{{!}}- valign="top"

! ResizableImages
{{!}} Array of [[Image|Images]] object
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.3!'''
It provides the list of original images (non resized) associated with this channel. The application should use the [[UNIAPI_Specification#ThumboxService| Thumbox Service]] to perform dynamic resizing of the images in order to adapt them to the User Interface.
{{!}}- valign="top"

! Staff
{{!}} Array of [[MovieStaff|MovieStaff]] objects
{{!}} Staff involved in the program
{{!}}- valign="top"

{{!}}}


|Example=
{
: "Description": "VH1 container that broadcasts musical video clips with the best music of the past decade.",
: "Images": array of [[Image|Image]] objects,
: "ResizableImages": array of [[Image|Image]] objects,
: "Genres": [
: 558
: ],
: "Staff": array of [[MovieStaff|MovieStaff]] objects,
: "InstanceAgeRating": 3,
: "EpgSeriesID": 0,
: "EpgEpisodeTitle": "",
: "EpgEpisodeNumber": 0,
: "EpgSeasonNumber": 0,
: "EpgSeriesName": "VH1 Music",
: "OriginalTitle": "",
: "CreationYear": 2008
}

|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
* [[MovieStaff|MovieStaff]] object
* [[UNIAPI_Specification#ThumboxService| Thumbox Service]] for image resizing
}}

Navigation menu