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

Function ProcessCommandGSAM

src/cec-client/cec-client.cpp:499–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499bool ProcessCommandGSAM(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
500{
501 if (command == "gsam")
502 {
503 PrintToStdOut("System Audio Mode Status: %d", parser->SystemAudioModeStatus());
504 return true;
505 }
506
507 return false;
508}
509
510bool ProcessCommandEA(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
511{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 2

PrintToStdOutFunction · 0.85
SystemAudioModeStatusMethod · 0.45

Tested by

no test coverage detected