RDK Documentation (Open Sourced RDK Components)
ds Directory Reference
Directory dependency graph for ds:
components/generic/devicesettings/ds

Directories

Files

file  aspectRatio.cpp [code]
 This file contains implementation of AspectRatio class methods, variable assignments and support functions to manage the aspect ratio types.
 
file  audioCompression.cpp [code]
 This file contains implementation of audioCompression class methods, variable assignments and support functions to manage the audio compression types.
 
file  audioEncoding.cpp [code]
 This file contains implementation of AudioEncoding class methods, support functions and variable assignments to manage the audio encoding types.
 
file  audioOutputPort.cpp [code]
 AudioOutputPort objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved by applications via the VideoOutputPort connected to the AudioOutputPort: VideoOutputPort::getAudioOutputPort()
 
file  audioOutputPortType.cpp [code]
 AudioOutputPortType objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved using a AudioOutputPort object invoking AudioOutputPort::getType()
 
file  audioStereoMode.cpp [code]
 This file This file contains implementation of AudioStereoMode class methods, support functions and variable assignments to manage the audio modes like stereo, mono pass through and so on.
 
file  compositeIn.cpp [code]
 Configuration of COMPOSITE Input.
 
file  frontPanelConfig.cpp [code]
 A manager module for the front panel.
 
file  frontPanelIndicator.cpp [code]
 Configuration of individual indicators are managed here. The blink rate, color, and maximum cycle rate of the front panel indicator can be configured.
 
file  frontPanelTextDisplay.cpp [code]
 Configuration of individual text display sub-panel to display system time or text is managed here. The scroll speed, time format (12Hour or 24 Hour format) and a string to display can be configured.
 
file  hdmiIn.cpp [code]
 Configuration of HDMI Input.
 
file  host.cpp [code]
 The host module is the central module of the Device Settings module. Each devices establishes one and only one host instance that represents the entire host device.
 
file  manager.cpp [code]
 RDK Device Settings module is a cross-platform device for controlling the following hardware configurations: Audio Output Ports (Volume, Mute, etc.) Video Ouptut Ports (Resolutions, Aspect Ratio, etc.) Front Panel Indicators DFC[zoom] Settings Display (Aspect Ratio, EDID data etc.) General Host configuration (Power managements, event management etc.)
 
file  pixelResolution.cpp [code]
 This file contains implementation of PixelResolution class methods, support functions and variable assignments to manage the video resolutions.
 
file  sleepMode.cpp [code]
 This file contains definitions of SleepMode class.
 
file  stereoScopicMode.cpp [code]
 This file contains implementation of StereoScopicMode class methods, support functions and variable assignments to manage the video stereoscopy types.
 
file  videoDevice.cpp [code]
 Video Device is also called "Decoder". VideoDevice objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved by applications via Host::getVideoDevices()
 
file  videoDFC.cpp [code]
 This file contains implementation of VideoDFC class methods, support functions and variable assignments to manage the video decoder format conversions.
 
file  videoOutputPort.cpp [code]
 VideoOutputPort objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to the preallocated objects can be retrieved by applications via Host::getVideoOutputPort(const std::string &name). Each VideoOutputPort is associated with an instance of VideoOutputPortType.
 
file  videoOutputPortType.cpp [code]
 VideoOutputPortType objects are instantiated by the Device Settings module upon initialization. Applications do not need to create any such objects on its own. References to these objects can be retrieved using a VideoOutputPort object invoking VideoOutputPort::getType(). A VideoOutputPortType object represent the shared properties of all output ports of same type. Control over a specific instance of Video Output Port is access over a Video Output Port object.
 
file  videoResolution.cpp [code]
 This file defines the videoResolution objects by the device settings module upon intialization.