Go to the documentation of this file.
24 #ifndef HDFFCMD_HDMI_H
25 #define HDFFCMD_HDMI_H
69 uint8_t Opcode,
const uint8_t * Operand,
70 uint8_t OperandLength);
@ HDFF_VIDEO_MODE_ADAPT_ONLY_FOR_HD
@ HDFF_CEC_COMMAND_INACTIVE_SOURCE
@ HDFF_CEC_COMMAND_TV_OFF
@ HDFF_VIDEO_MODE_ADAPT_ALWAYS
int HdffCmdHdmiSendRawCecCommand(int OsdDevice, uint8_t Destination, uint8_t Opcode, const uint8_t *Operand, uint8_t OperandLength)
@ HDFF_VIDEO_MODE_ADAPT_FRAME_RATE
int HdffCmdHdmiSendCecCommand(int OsdDevice, HdffCecCommand_t Command)
HdffVideoModeAdaption_t VideoModeAdaption
@ HDFF_VIDEO_MODE_1080I50
@ HDFF_VIDEO_MODE_ADAPT_OFF
int HdffCmdHdmiConfigure(int OsdDevice, const HdffHdmiConfig_t *Config)
@ HDFF_CEC_COMMAND_ACTIVE_SOURCE
int HdffCmdHdmiSetVideoMode(int OsdDevice, HdffVideoMode_t VideoMode)
struct HdffHdmiConfig_t HdffHdmiConfig_t