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

Method VolumeUp

src/libcec/devices/CECAudioSystem.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120uint8_t CCECAudioSystem::VolumeUp(const cec_logical_address source, bool bSendRelease /* = true */)
121{
122 TransmitVolumeUp(source, bSendRelease);
123 CLockObject lock(m_mutex);
124 return m_audioStatus;
125}
126
127uint8_t CCECAudioSystem::VolumeDown(const cec_logical_address source, bool bSendRelease /* = true */)
128{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected