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

Method SystemAudioModeRequest

src/libcec/devices/CECBusDevice.cpp:1491–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491bool CCECBusDevice::SystemAudioModeRequest(void)
1492{
1493 uint16_t iPhysicalAddress(GetCurrentPhysicalAddress());
1494 return iPhysicalAddress != CEC_INVALID_PHYSICAL_ADDRESS && !!m_handler ?
1495 m_handler->TransmitSystemAudioModeRequest(m_iLogicalAddress, iPhysicalAddress) :
1496 false;
1497}
1498
1499bool CCECBusDevice::TransmitVolumeUp(const cec_logical_address source, bool bSendRelease /* = true */)
1500{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected