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

Method TransmitSetSystemAudioMode

src/libcec/devices/CECAudioSystem.cpp:96–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool CCECAudioSystem::TransmitSetSystemAudioMode(cec_logical_address dest, bool bIsReply)
97{
98 cec_system_audio_status state;
99 {
100 CLockObject lock(m_mutex);
101 LIB_CEC->AddLog(CEC_LOG_DEBUG, "<< %x -> %x: set system audio mode '%d'", m_iLogicalAddress, dest, m_systemAudioModeStatus);
102 state = (cec_system_audio_status)m_systemAudioModeStatus;
103 }
104
105 return m_handler->TransmitSetSystemAudioMode(m_iLogicalAddress, dest, state, bIsReply);
106}
107
108bool CCECAudioSystem::TransmitSystemAudioModeStatus(cec_logical_address dest, bool bIsReply)
109{

Callers

nothing calls this directly

Calls 1

AddLogMethod · 0.45

Tested by

no test coverage detected