Broadcast a message that notifies connected CEC capable devices that this device is no longer the active source. True when the command was sent successfully, false otherwise.
| 278 | /// </summary> |
| 279 | /// <returns>True when the command was sent successfully, false otherwise.</returns> |
| 280 | bool SetInactiveView(void) |
| 281 | { |
| 282 | return !!m_libCec && m_libCec->SetInactiveView(); |
| 283 | } |
| 284 | |
| 285 | /// <summary> |
| 286 | /// Change the menu state. This value is already changed by libCEC automatically if a device is (de)activated. |
nothing calls this directly
no test coverage detected