Change the deck info, if this adapter is a playback or recording device. The new deck info. True to send the new status over the CEC line. True if set, false otherwise.
| 269 | /// <param name="sendUpdate">True to send the new status over the CEC line.</param> |
| 270 | /// <returns>True if set, false otherwise.</returns> |
| 271 | bool SetDeckInfo(CecDeckInfo info, bool sendUpdate) |
| 272 | { |
| 273 | return !!m_libCec && m_libCec->SetDeckInfo((cec_deck_info) info, sendUpdate); |
| 274 | } |
| 275 | |
| 276 | /// <summary> |
| 277 | /// Broadcast a message that notifies connected CEC capable devices that this device is no longer the active source. |
nothing calls this directly
no test coverage detected