|
RDK Documentation (Open Sourced RDK Components)
|
46 int main(
int argc,
char *argv[])
59 printf(
"HDMI Preference is dsHDCP_VERSION_1X \n");
62 printf(
"HDMI Preference is dsHDCP_VERSION_2X \n");
65 printf(
"HDMI Preference is dsHDCP_VERSION_MAX \n");
68 printf(
"GetHdmiPreference returned error value \n");
IARM_Result_t IARM_Bus_Term(void)
This API is used to terminate the IARM-Bus library.
Class extending enumerable to implement the videoooutputport interface.
Device Settings HAL types.
It contains class referenced by manager.cpp file.
Device Settings HAL error codes.
Device Settings HAL utilities.
IARM_Result_t IARM_Bus_Disconnect(void)
This API disconnect Application from IARM Bus so the application will not receive any IARM event or R...
It contains structures and class referenced by the videoOutputportTypes.cpp file.
static void Initialize()
This API is used to initialize the Device Setting module. Each API should be called by any client of ...
It contains class and structure refrenced by the videoResolution.cpp file.
RDK IARM-Bus API Declarations.
It contains class and structure refrenced by the videooutputport.cpp file.
static void DeInitialize()
This API is used to deinitialize the device settings module. DeInitialize() must be called to release...
VideoOutputPort & getVideoOutputPort(const std::string &name)
This API is used to get the reference to the video output port by its name. The name of the port must...
static Host & getInstance(void)
This API is used to get a reference to the single instance of the Host object.
IARM_Result_t IARM_Bus_Connect(void)
This API is used to connect application to the IARM bus daemon. After connected, the application can ...
int GetHdmiPreference()
This API is used to get the HDMI Preference.
IARM_Result_t IARM_Bus_Init(const char *name)
This API is used to initialize the IARM-Bus library.