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

Method SetActiveSource

src/libcec/CECProcessor.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343#endif
344
345void CCECProcessor::SetActiveSource(bool bSetTo, bool bClientUnregistered)
346{
347 if (m_communication)
348 m_communication->SetActiveSource(bSetTo, bClientUnregistered);
349}
350
351void CCECProcessor::SetStandardLineTimeout(uint8_t iTimeout)
352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected