HDMIInput/CompositeInput | The HdmiInput plugin allows you to control the HDMI Input on a set-top box. The CompositeInput Plugin allows you to control the composite input source on a device. - RDK extensions added to handle HDMI/Composite input ports
- Start, stop and set video rectangle for HDMI/Composite inputs
- Get EDID details, SPD information and supported game features for HDMI inputs
- Supports hotplug, input signal changes, input status changes events for HDMI/Composite
- Video Mode and ALLM change events for HDMI
Thunder API documentation for HdmiInput is available here https://github.com/rdkcentral/rdkservices/blob/main/docs/api/HdmiInputPlugin.md, https://github.com/rdkcentral/rdkservices/blob/main/docs/api/CompositeInputPlugin.md | RDK TV HDMIInput/CompositeInput |
TV Audio settings | The DisplaySettings plugin provides an interface for display information such as current video resolution, supported video displays, zoom setting, sound mode, and much more. - Displaysettings provides application interface to manage TV Audio output ports , TV Audio modes and TV Audio settings
- RDK Devicesettings manages the persistence and settings initialization.
Thunder API documentation for DisplaySettings is available here https://github.com/rdkcentral/rdkservices/blob/main/docs/api/DisplaySettingsPlugin.md | RDK TV Audio settings |
RDK TV CEC & ARC/eARC | The HdmiCecSink plugin allows you to manage HDMI Consumer Electronics Control (CEC) sink for connected devices. TV CEC Features: - One Touch Play
- Routing Control
- System Standby
- Power Status
- System Audio Control
- ARC Control
- Remote Control Passthrough
TV ARC/eARC Functionalities: - Audio device type detection
- Audio device power state synchronization
- Audio routing control
- Digital Audio output mode configuration
Thunder API documentation for HdmiCecSink is available here https://github.com/rdkcentral/rdkservices/blob/main/docs/api/HdmiCecSinkPlugin.md | RDK TV CEC & ARC/eARC |
Picture Settings | - RDK TV Picture Settings feature is implemented via RDK TV Settings thunder service which provides TV applications an interface to change TV picture settings.
- RDK TV Settings provides configurable options to change TV Picture settings based on viewing/picture modes and content format.
- Persists the picture setting values changed by TV applications in a non-volatile area and re applies them on every bootup.
- Provides default values for all picture settings.
- SoC picture quality drivers are responsible for handling content format change, source change and picture mode change events. Apply appropriate picture settings in response to these events
Thunder API documentation for is available here https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/opensource/tvsettings/+/refs/heads/rdk-next https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/opensource/tvsettings/stubs/+/refs/heads/rdk-next | RDK TV Picture Settings |
TV Settings | - RDK TV Settings like any other thunder module is initialized at cold bootup by the RDK thunder framework.
- Upon initialization it reads and applies the last set picture mode and associated picture settings following customization rules as specified in /etc/tvproduct_config.ini file.
- Once initialised RDK TV Settings thunder module activates itself providing an interface to TV Application for changing picture setting parameters.
- For any changes to picture setting parameters, the TV Application invokes the set thunder APIs and passes the values to be set as parameters. RDK TV Settings thunder module follows the rules set in /etc/tvproduct_config.ini file to apply the value.
- The last set value for any picture setting parameter can be queried by the TV Application using get thunder APIs. The returned value will always be for the current content format being played and current picture mode selected.
- If TV Application decides to reset to default, the corresponding reset APIs can be invoked and TV Settings module will use default values for the product and apply them following the rules set in /etc/tvproduct_config.ini file.
Thunder API documentation for TV Settings is available here https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/opensource/tvsettings/+/refs/heads/rdk-next https://code.rdkcentral.com/r/plugins/gitiles/rdk/components/opensource/tvsettings/stubs/+/refs/heads/rdk-next | RDK TV Settings |