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

Method GetStats

src/libcec/CECProcessor.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336#if CEC_LIB_VERSION_MAJOR >= 5
337bool CCECProcessor::GetStats(struct cec_adapter_stats* stats)
338{
339 return !!m_communication ?
340 m_communication->GetStats(stats) :
341 false;
342}
343#endif
344
345void CCECProcessor::SetActiveSource(bool bSetTo, bool bClientUnregistered)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected