Difference between revisions of "LiveChannelsPlayback"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Information|Message=You are accessing | + | {{Information|Message=You are accessing newest version of this data type, according to <span style="font-weight:bold">/service3.0 (3.2)</span> specification. To access newest versions of this object, access [[LiveChannelsPlayback_3.0]]}} |
{{Api_DataType_Spec | {{Api_DataType_Spec | ||
Line 59: | Line 59: | ||
! isExternal | ! isExternal | ||
{{!}} bool | {{!}} bool | ||
− | + | {{!}} '''NEW IN 3.0!''' Indicates if the channel is external or not. | |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 74: | Line 74: | ||
! PlaybackInfos | ! PlaybackInfos | ||
{{!}} Array of [[PlaybackInfo]] object | {{!}} Array of [[PlaybackInfo]] object | ||
− | + | {{!}} '''NEW IN 3.0''' Playback info for specific device types requested in deviceTypes filter. | |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 100: | Line 100: | ||
{{!}} String | {{!}} String | ||
{{!}} Title of the LiveChannelsPlayback | {{!}} Title of the LiveChannelsPlayback | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! Subscriptions | ||
+ | {{!}} Array of int | ||
+ | {{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 3.2!''' List of Subscription IDs where this channel is available in (as commercial offer) | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Line 129: | Line 134: | ||
:: Array of [[PlaybackInfo]] object | :: Array of [[PlaybackInfo]] object | ||
: ], | : ], | ||
− | : "IsExternal": false | + | : "IsExternal": false, |
+ | : "Subscriptions": [221,323,423] | ||
} | } | ||
Line 157: | Line 163: | ||
* isExternal | * isExternal | ||
{{!}} Ricardo Calvo | {{!}} Ricardo Calvo | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! 3.2 | ||
+ | {{!}} Added: | ||
+ | * Subscriptions | ||
+ | {{!}} Francisco Milagro | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 16:44, 14 August 2015
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,
- "Subscriptions": [221,323,423]
}
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:
|
Ricardo Calvo |
3.2 | Added:
|
Francisco Milagro |
See also
- Image object
- PlaybackType enumeration
- Network PVR Service methods
- TimeShift Service methods
- Thumbox Service for image resizing