Add a commandHandler callback to allow external libs to handle CEC commands themselves.
If the commandHandler returns true, it means that the command was handled by the callback and no further processing should be taken by libcec.
This allow the implementation of an ARC device or other device that would do exotic things.
Add a commandHandler callback to allow external libs to handle CEC commands themselves. If the commandHandler returns true, it means that the command was handled by the callback and no further processing should be taken by libcec.
This allow the implementation of an ARC device or other device that would do exotic things.