cec: added SetStreamPath()/cec_set_stream_path_logical()/cec_set_stream_path_physical...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 6 Feb 2012 11:47:34 +0000 (12:47 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 6 Feb 2012 12:11:25 +0000 (13:11 +0100)
commitf42d3e0fb1f63456b87232019d9cce731acad640
tree2c5ca7b58518223d96f686a8b52fa7aade88914b
parente9654a0e343790159462527352a50f584590d062
cec: added SetStreamPath()/cec_set_stream_path_logical()/cec_set_stream_path_physical() to the interface, to send a "set stream path" command over the CEC bus, used to activate another source.
include/cec.h
include/cecc.h
src/lib/CECProcessor.cpp
src/lib/CECProcessor.h
src/lib/LibCEC.cpp
src/lib/LibCEC.h
src/lib/LibCECC.cpp
src/lib/implementations/CECCommandHandler.cpp
src/lib/implementations/CECCommandHandler.h
src/testclient/main.cpp