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

Function SetStreamPath

src/dotnetlib/LibCecSharp.cpp:560–563  ·  view source on GitHub ↗

Sets the stream path to the device on the given logical address. The address to activate. True when the command was sent, false otherwise.

Source from the content-addressed store, hash-verified

558 /// <param name="address">The address to activate.</param>
559 /// <returns>True when the command was sent, false otherwise.</returns>
560 bool SetStreamPath(CecLogicalAddress address)
561 {
562 return !!m_libCec && m_libCec->SetStreamPath((cec_logical_address)address);
563 }
564
565 /// <summary>
566 /// Sets the stream path to the device on the given physical address.

Callers 3

SetStreamPathMethod · 0.85
SetDeviceStatusMethod · 0.85
ResetDeviceStatusMethod · 0.85

Calls 1

SetStreamPathMethod · 0.45

Tested by

no test coverage detected