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

Function ProcessCommandDA

src/cec-client/cec-client.cpp:523–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523bool ProcessCommandDA(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
524{
525 if (command == "da")
526 {
527 if (parser->AudioEnable(false)) {
528 PrintToStdOut("Request System Audio Mode Off sent.");
529 return true;
530 }
531 }
532
533 return false;
534}
535
536bool ProcessCommandPOLL(ICECAdapter *parser, const std::string &command, std::string &arguments)
537{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 2

PrintToStdOutFunction · 0.85
AudioEnableMethod · 0.45

Tested by

no test coverage detected