|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
48 #ifndef _DS_HDMIIN_HPP_
49 #define _DS_HDMIIN_HPP_
61 static const int8_t HDMI_IN_PORT_NONE = -1;
83 void scaleVideo (int32_t x, int32_t y, int32_t width, int32_t height)
const;
89 void getEDIDBytesInfo (
int iHdmiPort, std::vector<uint8_t> &edid)
const;
90 void getHDMISPDInfo (
int iHdmiPort, std::vector<uint8_t> &data);
91 void setEdidVersion (
int iHdmiPort,
int iEdidVersion);
92 void getEdidVersion (
int iHdmiPort,
int *iEdidVersion);
93 void getHdmiALLMStatus (
int iHdmiPort,
bool *allmStatus);
94 void getSupportedGameFeatures (std::vector<std::string> &featureList);
Device Settings HAL types.
Structure that defines video port resolution settings of output video device.