RDK Documentation (Open Sourced RDK Components)
|
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"
Go to the source code of this file.
Functions | |
int | stringToNumber (std::string text) |
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.