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

Method IsActiveSource

src/libcec/CECClient.cpp:1533–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533bool CCECClient::IsActiveSource(const cec_logical_address iAddress)
1534{
1535 return m_processor ? m_processor->IsActiveSource(iAddress) : false;
1536}
1537
1538bool CCECClient::SetStreamPath(const cec_logical_address iAddress)
1539{

Callers 3

SendSetInactiveViewMethod · 0.45
SetConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected