X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2FLibCEC.h;h=c8917906cf8222a71118c74455afb29ee56e1f89;hb=37b0c5724f06a98e14686695b5089f66ac657f11;hp=9bff00f28fd4dd5dde5ecdab64182bbcf30971f6;hpb=eab72c4079c8f106f825f799d1f2f6218066d3ed;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 9bff00f..c891790 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -94,8 +94,10 @@ namespace CEC virtual uint8_t MuteAudio(bool bWait = true); virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = false); virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false); - virtual cec_osd_name GetOSDName(cec_logical_address iAddress); + virtual cec_osd_name GetDeviceOSDName(cec_logical_address iAddress); virtual bool EnablePhysicalAddressDetection(void); + virtual cec_logical_address GetActiveSource(void); + virtual bool IsActiveSource(cec_logical_address iAddress); const char *ToString(const cec_menu_state state); const char *ToString(const cec_version version);