X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=1862a6e707eb359fc942c0a999ea431648016f4f;hb=a3269a0a9e8973e29cfe073dd8e558aad173f984;hp=d0147d8e4f2a762b60f4938d207116f4bdc88a10;hpb=e9de9629478f63b357b69314d7935c6539c3ad71;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index d0147d8..1862a6e 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -63,7 +63,7 @@ namespace CEC virtual bool GetNextKeypress(cec_keypress *key); virtual bool GetNextCommand(cec_command *command); - virtual bool Transmit(const cec_command &data, bool bWaitForAck = true); + virtual bool Transmit(const cec_command &data); virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress = CECDEVICE_PLAYBACKDEVICE1); virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS); @@ -73,6 +73,8 @@ namespace CEC virtual bool SetInactiveView(void); virtual bool SetOSDString(cec_logical_address iLogicalAddress, cec_display_control duration, const char *strMessage); virtual bool SwitchMonitoring(bool bEnable); + virtual cec_version GetDeviceCecVersion(cec_logical_address iAddress); + virtual bool GetDeviceMenuLanguage(cec_logical_address iAddress, cec_menu_language *language); //@} virtual void AddLog(cec_log_level level, const std::string &strMessage);