LiveChannelsPlayback

From Gvp-public
Revision as of 16:44, 14 August 2015 by Id02256 (talk | contribs)
Jump to navigation Jump to search

Infobox info icon.svg.png

You are accessing newest version of this data type, according to /service3.0 (3.2) specification. To access newest versions of this object, access LiveChannelsPlayback_3.0


Represents the information for a live schedule, mainly from data coming from EPG ingestion.

Members

Field Data Type Description
Active bool Live channel Active true/false
CallLetter String Channel call letter
ChannelNumber int Channel number
Description String Channel description
Dvr bool Whether the channel has DVR enabled
EpgLiveChannelReferenceId String EPG Live Channel Reference ID (channel ID as appearing in EPG)
Genres array of int List of genres IDs associated to channel
Icons Array of Image object Icon images associated to the channel
ID int Internal (MiB) ID of the channel.
isExternal bool NEW IN 3.0! Indicates if the channel is external or not.
IsPlayback bool Whether the channel has playback enabled
Name String Channel name.
PlaybackInfos Array of PlaybackInfo object NEW IN 3.0 Playback info for specific device types requested in deviceTypes filter.
Ppv bool PPV channel true/false
RequiresPin bool Channel requiring PIN true/false
ResizableImages Array of Images object It provides the list of original images (non resized) associated with this channel. The application should use the Thumbox Service to perform dynamic resizing of the images in order to adapt them to the User Interface.
TimeShift bool Channel with TimeShift (RestartTV) capabilities true/false
Title String Title of the LiveChannelsPlayback
Subscriptions Array of int NEW IN 3.2! List of Subscription IDs where this channel is available in (as commercial offer)


Example

{

"ID": 250,
"Name": "Disney Junior",
"Title": "Disney Junior",
"Description": "",
"Active": true,
"Ppv": false,
"Dvr": true,
"RequiresPin": false,
"CallLetter": "DisnJ",
"ChannelNumber": 1,
"EpgLiveChannelReferenceId": "16",
"Genres": [],
"Icons": [
Array of Image objects
],
"ResizableImages": [
Array of Image objects
],
"TimeShift": false,
"IsPlayback": true,
"PlaybackInfos": [
Array of PlaybackInfo object
],
"IsExternal": false

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation
3.0 Added PlaybackInfos Alberto Los Santos
3.0 Added:
  • isExternal
Ricardo Calvo
3.2 Added:
  • Subscriptions
Francisco Milagro


See also