EpgLiveChannel

From Gvp-public
Jump to navigation Jump to search

Represents a LiveChannel object, modeling all the properties or fields associated with live (linear TV) channels.

Members

Public property ReferenceId
Field Data Type Description
CallLetter String Call letter of the channel
Description String Short description of the of the live channel, as appearing in EPG file
ID int Internal (MiB) ID of the channel.
Images Array of Image object Images associated to the channel
Name String Channel name.
Ppv bool PPV channel true/false
ReferenceId String Channel ID as appearing in EPG file.


Example

{

"ID": 235,
"Name": "La 1",
"Description": "",
"Ppv": false,
"CallLetter": "La1",
"ReferenceId": "1",
Array of Image objects

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also