Difference between revisions of "EpgLiveProgram"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents the information for a live program. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style=...") |
(No difference)
|
Latest revision as of 11:01, 2 June 2014
Represents the information for a live program.
Members
Field | Data Type | Description |
---|---|---|
Details | EpgLiveProgramDetails object | Object containing live program details |
ID | int | Live Program ID |
Name | String | Program name |
ReducedDescription | String | Reduced description |
Example
{
- "ID": 5808773,
- "Name": "VH1 Music",
- "ReducedDescription": "Contenedor musical de VH1 que emite videoclips con la mejor música de la década pasada.",
- EpgLiveProgramDetails object
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |
See also
- Network PVR Service methods
- EpgLiveProgramDetails object