X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=b5cf2bfd46fa0bc22e6cd5f25c1113c66c974f34;hb=8637ad53b004d3e88e515fbf91ea4f7f17a11721;hp=752bae6933f919957ceb2df060d3d0a02ede24ab;hpb=02e7043ec09609e351130b648b282f25a3e1f2b9;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 752bae6..b5cf2bf 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -33,7 +33,7 @@ #include #include -#include "platform/os.h" +#include "platform/util/buffer.h" namespace CEC { @@ -99,6 +99,9 @@ namespace CEC virtual bool EnablePhysicalAddressDetection(void); virtual cec_logical_address GetActiveSource(void); virtual bool IsActiveSource(cec_logical_address iAddress); + virtual bool SetStreamPath(cec_logical_address iAddress); + virtual bool SetStreamPath(uint16_t iPhysicalAddress); + virtual cec_logical_addresses GetLogicalAddresses(void); const char *ToString(const cec_menu_state state); const char *ToString(const cec_version version);