MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / ProcessCommandVOLDOWN

Function ProcessCommandVOLDOWN

src/cec-client/cec-client.cpp:688–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688bool ProcessCommandVOLDOWN(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
689{
690 if (command == "voldown")
691 {
692 PrintToStdOut("volume down: %2X", parser->VolumeDown());
693 return true;
694 }
695
696 return false;
697}
698
699bool ProcessCommandMUTE(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
700{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 2

PrintToStdOutFunction · 0.85
VolumeDownMethod · 0.45

Tested by

no test coverage detected