RDK Documentation (Open Sourced RDK Components)
|
Configuration of HDMI Input. More...
#include <iostream>
#include <sstream>
#include <string>
#include <string.h>
#include "hdmiIn.hpp"
#include "illegalArgumentException.hpp"
#include "host.hpp"
#include "dslogger.h"
#include "dsError.h"
#include "dsTypes.h"
#include "dsHdmiIn.h"
#include "dsUtl.h"
#include "edid-parser.hpp"
Go to the source code of this file.
Functions | |
static std::string | device::getResolutionStr (dsVideoResolution_t resolution) |
static std::string | device::getFrameRateStr (dsVideoFrameRate_t frameRate) |
static std::string | device::getInterlacedStr (bool interlaced) |
static std::string | device::CreateResolutionStr (const dsVideoPortResolution_t &resolution) |
Configuration of HDMI Input.
Definition in file hdmiIn.cpp.