countDvbChannels
Integer
countDvbChannels
(
)
Count the number of DVB channels available to user.
This function requires that the user authorize the use in current application (a popup screen is displayed)
This function requires that the user authorize the use in current application (a popup screen is displayed)
- Returns:
Integer - the number of channels available, null if the requested information is not available
getDvbChannelsList
Object
getDvbChannelsList
(
)
Get all "scanned" DVB channels available to the user.
This function requires that the user authorize the use in current application (a popup screen is displayed)
This function requires that the user authorize the use in current application (a popup screen is displayed)
- Returns:
Object - channelObject[]
getDvbChannelsListOrderedByMux
Object
getDvbChannelsListOrderedByMux
(
)
Get all "scanned" DVB channels available to the user.
This function requires that the user authorize the use in current application (a popup screen is displayed)
This version of the function returns the list ordered by mux's frequency and not by LCN
This function requires that the user authorize the use in current application (a popup screen is displayed)
This version of the function returns the list ordered by mux's frequency and not by LCN
- Returns:
Object - channelObject[]