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

Function IsLibCECActiveSource

src/dotnetlib/LibCecSharp.cpp:662–665  ·  view source on GitHub ↗

Check whether libCEC is the active source on the bus. True when libCEC is the active source on the bus, false otherwise.

Source from the content-addressed store, hash-verified

660 /// </summary>
661 /// <returns>True when libCEC is the active source on the bus, false otherwise.</returns>
662 bool IsLibCECActiveSource()
663 {
664 return !!m_libCec && m_libCec->IsLibCECActiveSource();
665 }
666
667 /// <summary>
668 /// Get information about the given CEC adapter.

Callers

nothing calls this directly

Calls 1

IsLibCECActiveSourceMethod · 0.45

Tested by

no test coverage detected