Change the deck control mode, if this adapter is registered as playback or recording device. The new control mode. True to send the new status over the CEC line. True if set, false otherwise.
| 258 | /// <param name="sendUpdate">True to send the new status over the CEC line.</param> |
| 259 | /// <returns>True if set, false otherwise.</returns> |
| 260 | bool SetDeckControlMode(CecDeckControlMode mode, bool sendUpdate) |
| 261 | { |
| 262 | return !!m_libCec && m_libCec->SetDeckControlMode((cec_deck_control_mode) mode, sendUpdate); |
| 263 | } |
| 264 | |
| 265 | /// <summary> |
| 266 | /// Change the deck info, if this adapter is a playback or recording device. |
nothing calls this directly
no test coverage detected