X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=bf7a4735eb7840f3e9f486f5b4212e4d9d1a08b3;hb=2492216a2285656be7a2b548eddd986fd8d6c2b3;hp=7afb0651dbb247e0eb6eeb774c80f5d2be7eb5f5;hpb=78e8010a91b23bd33c547937870d3240c641815f;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 7afb065..bf7a473 100644 --- a/include/cec.h +++ b/include/cec.h @@ -103,7 +103,12 @@ namespace CEC /*! * @see cec_set_logical_address */ - virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress) = 0; + virtual bool SetLogicalAddress(cec_logical_address iLogicalAddress = CECDEVICE_PLAYBACKDEVICE1) = 0; + + /*! + * @see cec_set_physical_address + */ + virtual bool SetPhysicalAddress(uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS) = 0; /*! * @see cec_power_on_devices