EpgLiveProgram
Jump to navigation
Jump to search
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