Difference between revisions of "LiveChannelsPlayback"
Jump to navigation
Jump to search
Line 108: | Line 108: | ||
: "ResizableImages": Array of [[Image|Image]] objects, | : "ResizableImages": Array of [[Image|Image]] objects, | ||
: "TimeShift": true | : "TimeShift": true | ||
+ | : "PlaybackInfos": [ | ||
+ | :: Array of [[PlaybackInfo]] object | ||
+ | : ] | ||
} | } | ||
Revision as of 12:20, 6 March 2015
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. |
IsPlayback | bool | Whether the channel has playback enabled |
Name | String | Channel name. |
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 | NEW IN 2.3! Channel with TimeShift (RestartTV) capabilities true/false |
PlaybackInfos | Array of PlaybackInfo object | Playback info for specific device types requested in deviceTypes filter. |
Example
{
- "ID": 235,
- "Name": "La 1",
- "Description": "",
- "Active": true,
- "IsPlayback": true,
- "Ppv": false,
- "Dvr": false,
- "RequiresPin": false,
- "CallLetter": "La1",
- "ChannelNumber": 1,
- "EpgLiveChannelReferenceId": "1",
- "Genres": array of genres id,
- "Icons": Array of Image objects,
- "ResizableImages": Array of Image objects,
- "TimeShift": true
- "PlaybackInfos": [
- Array of PlaybackInfo object
- ]
}
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 |
See also
- Image object
- PlaybackType enumeration
- Network PVR Service methods
- TimeShift Service methods
- Thumbox Service for image resizing