Changes

Jump to navigation Jump to search
2,801 bytes added ,  11:06, 2 June 2014
Created page with "{{Api_DataType_Spec |Description=Represents the information for a live schedule, mainly from data coming from EPG ingestion. |Members= {{{!}} border="2" style="width:800px" ce..."
{{Api_DataType_Spec
|Description=Represents the information for a live schedule, mainly from data coming from EPG ingestion.

|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"

! CallLetter
{{!}} String
{{!}} Channel Call letter
{{!}}- valign="top"

! ChannelId
{{!}} int
{{!}} Channel ID
{{!}}- valign="top"

! EndTime
{{!}} DateTime
{{!}} Ending time for the query
{{!}}- valign="top"

! EpgMiviewUserNetworkDvr
{{!}} bool
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.4!'''
Whether the schedule has the nPVR enabled or not
{{!}}- valign="top"

! EpgSeriesID
{{!}} int
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.4!'''
Series ID (required by [[UNIAPI_Specification#Network_Pvr_Service| Network PVR Service]])
{{!}}- valign="top"

! GenreIdList
{{!}} Array of int
{{!}} Array of genres ID associated to the schedule
{{!}}- valign="top"

! ID
{{!}} int
{{!}} Live Schedule ID
{{!}}- valign="top"

! Images
{{!}} Array of [[Image|Images]] object
{{!}} List of images
{{!}}- valign="top"

! InstanceAgeRating
{{!}} int
{{!}} Instance Age Rating System ID
{{!}}- valign="top"

! ProgramId
{{!}} int
{{!}} Program ID
{{!}}- valign="top"

! ProgramName
{{!}} String
{{!}} Program name
{{!}}- valign="top"

! ResizableImages
{{!}} Array of [[Image|Images]] object
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 2.3!'''
List of original images (non resized). 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"

! StartTime
{{!}} DateTime
{{!}} Start time for the query
{{!}}- valign="top"

{{!}}}

|Example=

{
: "Id": 4192142,
: "CallLetter": "La1",
: "ChannelId": 235,
: "ProgramName": "C.S.I.: Miami",
: "ProgramId": 5807788,
: "GenreIdList": array of genres id,
: "StartTime": 1400971500,
: "EndTime": 1400975100,
: "InstanceAgeRating": 59,
: "Images": Array of [[Image|Image]] objects,
: "ResizableImages": Array of [[Image|Image]] objects,
: "EpgMiviewUserNetworkDvr": false
}

|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
* [[UNIAPI_Specification#ThumboxService| Thumbox Service]]
* [[EpgLiveSchedule|EpgLiveSchedule]] object
* [[EpgLiveProgram|EpgLiveProgram]] object
}}

Navigation menu