1,990 bytes added
, 11:01, 2 June 2014
{{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"
! ChannelName
{{!}} String
{{!}} Channel name
{{!}}- 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"
! EpgProgramId
{{!}} int
{{!}} Program ID
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Live Schedule ID
{{!}}- valign="top"
! LiveChannelId
{{!}} int
{{!}} Live Channel ID
{{!}}- valign="top"
! LiveProgram
{{!}} [[EpgLiveProgram|EpgLiveProgram]] object
{{!}} Object containing live program data
{{!}}- valign="top"
! ProgramName
{{!}} String
{{!}} Program name
{{!}}- valign="top"
! StartTime
{{!}} DateTime
{{!}} Start time for the query
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 4197938,
: "StartTime": 1400972400,
: "EndTime": 1400994000,
: "EpgProgramId": 5808773,
: "LiveChannelId": 268,
: "ChannelName": "395HD",
: "ProgramName": "VH1 Music",
: "CallLetter": "395HD",
: [[EpgLiveProgram|EpgLiveProgram]] object,
: "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
* [[EpgLiveProgram|EpgLiveProgram]] object
}}