Check whether libCEC is the active source on the bus. True when libCEC is the active source on the bus, false otherwise.
| 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. |
nothing calls this directly
no test coverage detected