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

Method MuteAudio

src/libcec/devices/CECAudioSystem.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134uint8_t CCECAudioSystem::MuteAudio(const cec_logical_address source)
135{
136 TransmitMuteAudio(source);
137 return GetAudioStatus(source, true);
138}
139
140bool CCECAudioSystem::RequestAudioStatus(const cec_logical_address initiator, bool bWaitForResponse /* = true */)
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected