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

Function SetDeckControlMode

src/dotnetlib/LibCecSharp.cpp:260–263  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

SetDeckControlModeMethod · 0.45

Tested by

no test coverage detected