| 686 | } |
| 687 | |
| 688 | bool 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 | |
| 699 | bool ProcessCommandMUTE(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 700 | { |
no test coverage detected