RDK Documentation (Open Sourced RDK Components)
videoDevice.cpp File Reference

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() More...

#include "videoDevice.hpp"
#include "videoDFC.hpp"
#include "dsVideoDevice.h"
#include "illegalArgumentException.hpp"
#include "exception.hpp"
#include "videoDeviceConfig.hpp"
#include "dsVideoResolutionSettings.h"
#include "host.hpp"
#include "dslogger.h"
#include "dsError.h"
#include "dsTypes.h"
#include "dsUtl.h"
#include <iostream>
#include <sstream>
#include <string.h>
#include "safec_lib.h"
Include dependency graph for videoDevice.cpp:

Go to the source code of this file.

Functions

int stringToNumber (std::string text)
 

yes

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()

Definition in file videoDevice.cpp.