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

Method VolumeDown

src/libcec/devices/CECAudioSystem.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127uint8_t CCECAudioSystem::VolumeDown(const cec_logical_address source, bool bSendRelease /* = true */)
128{
129 TransmitVolumeDown(source, bSendRelease);
130 CLockObject lock(m_mutex);
131 return m_audioStatus;
132}
133
134uint8_t CCECAudioSystem::MuteAudio(const cec_logical_address source)
135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected