Class: Channel
Summary
A single channel
Remarks
This is equivalent to a single entry in the "channels" file.You can always find the channel information by using the channel id on the end of a URL: var strURL = "http://library.digiguide.com/lib/channel/" + channel.id |
Methods
Method | Description |
getProgrammes |
Get access to the programmes for this channel. |
isUserChannel |
Returns whether the selected channel is a foreign or 'user' channel, i.e. one of those downloaded from the Community Area of the web site. |
|
|
|
Properties
Property | Description |
categoryName [read only] |
The category name of the channel. |
id [read only] |
The fixed and unique channel ID assigned by DigiGuide HQ. |
imageFilename [read only] |
The DigiGuide path to the image for this channel |
name [read only] |
The official 'unedited' channel name. |
shortName [read only] |
The short name of the channel. |
url [read only] |
url for the channel. |
watchLiveURL [read only] |
The URL to watch/listen to the channel live. |
|
|
|
See Also
ChannelAssignment : channel
ChannelManager : getChannelFromName
ChannelManager : getChannels
ListingsManager : getChannels
Requirements
Build 1059
|