Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FunctionalityPluginMethodEvent
Get available countriesDTVnumberOfCountries
Get list of countryDTVcountryList
Get list of services(channels with name, uri and other details)DTVserviceList@dvbs
Get list of available satellitesDTVserviceList@dvbs
Initiates a service searchDTVstartServiceSearch
Get available servicesDTVnumberOfServices
Get schedule for given channelDTVscheduleEvents@PARAMS
Get current and next event details for channelDTVnowNextEvents@PARAMS
  • Voice Remote Control

    Functionality

    Plugin

    Method

    Events

    Details of Voice Remote Control

    org.rdk.RemoteControl

    getNetStatus


  • HDMI Input

Functionality

Plugin

Method

Events

Returns an array of available HDMI Input ports

org.rdk.HdmiInput

getHDMIInputDevices


Provides access to the current configured video output port resolution.

PlayerInfo.1.resolution (read only )



Activates the specified HDMI Input port as the primary video source.

org.rdk.HdmiInput

startHdmiInput


Deactivates the HDMI Input port currently selected as the primary video source.

org.rdk.HdmiInput

stopHdmiInput


Triggered whenever the status changes for an HDMI Input.

org.rdk.HdmiInput


onInputStatusChanged

Triggered whenever a new HDMI device is connected to an HDMI Input.

org.rdk.HdmiInput


onDevicesChanged

Triggered whenever the signal status changes for an HDMI Input.

org.rdk.HdmiInput


onSignalChanged

...