|
RDK Documentation (Open Sourced RDK Components)
|
43 int main(
int argc,
char *argv[])
53 printf(
"ZoomSettings - [%s]\r\n", decoder.
getDFC().
getName().c_str());
55 catch (
const std::exception e) {
56 printf(
"Exception caught\r\n");
IARM_Result_t IARM_Bus_Term(void)
This API is used to terminate the IARM-Bus library.
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...
static void Initialize()
This API is used to initialize the Device Setting module. Each API should be called by any client of ...
RDK IARM-Bus API Declarations.
List< VideoDevice > getVideoDevices()
This API is used to get the list of the video devices (i.e. Decoders) supported on the device....
It contains class referenced by videoDevice.cpp file.
const VideoDFC & getDFC()
This API is used to get the current DFC setting.
virtual const std::string & getName() const
This function is used to the get the data member name.
static void DeInitialize()
This API is used to deinitialize the device settings module. DeInitialize() must be called to release...
static Host & getInstance(void)
This API is used to get a reference to the single instance of the Host object.
class extending DSConstant to implement the videoDevice interface.
IARM_Result_t IARM_Bus_Connect(void)
This API is used to connect application to the IARM bus daemon. After connected, the application can ...
IARM_Result_t IARM_Bus_Init(const char *name)
This API is used to initialize the IARM-Bus library.
This file defines VideoDFC class for managing video decoder format conversion types.