Sets the stream path to the device on the given logical address. The address to activate. True when the command was sent, false otherwise.
| 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. |
no test coverage detected