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

Function SetDeckInfo

src/dotnetlib/LibCecSharp.cpp:271–274  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

SetDeckInfoMethod · 0.80

Tested by

no test coverage detected