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

Function MuteAudio

src/dotnetlib/LibCecSharp.cpp:472–478  ·  view source on GitHub ↗

Sends a mute keypress to an audiosystem if it's present. The new audio status.

Source from the content-addressed store, hash-verified

470 /// </summary>
471 /// <returns>The new audio status.</returns>
472 uint8_t MuteAudio()
473 {
474 if (!m_libCec) {
475 return 0;
476 }
477 return m_libCec->AudioToggleMute();
478 }
479
480 /// <summary>
481 /// Send a keypress to a device on the CEC bus.

Callers

nothing calls this directly

Calls 1

AudioToggleMuteMethod · 0.45

Tested by

no test coverage detected