|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Settings for digital (non-CIM) ports. More...
import "KvmPort.idl";
Public Attributes | |
| int | edidCycleTime |
| Cycle time for hot-plug detect signal on EDID changes (in ms, available for ddc capability) | |
| boolean | vgaMode |
| Whether to treat the the video input as originating from an analog video source - if enabled, noise filters and color range conversion are used. | |
| int | vgaGainBoost |
| How aggressively color range conversion should be done in VGA mode on a 0..9 scale. | |
| boolean | audioCompensation |
| Whether to compensate for issues in HDMI audio connection. | |
Settings for digital (non-CIM) ports.
Definition at line 84 of file KvmPort.idl.
| boolean radm::KvmPort::DigitalPortSettings::audioCompensation |
Whether to compensate for issues in HDMI audio connection.
Definition at line 89 of file KvmPort.idl.
| int radm::KvmPort::DigitalPortSettings::edidCycleTime |
Cycle time for hot-plug detect signal on EDID changes (in ms, available for ddc capability)
Definition at line 85 of file KvmPort.idl.
| int radm::KvmPort::DigitalPortSettings::vgaGainBoost |
How aggressively color range conversion should be done in VGA mode on a 0..9 scale.
Definition at line 88 of file KvmPort.idl.
| boolean radm::KvmPort::DigitalPortSettings::vgaMode |
Whether to treat the the video input as originating from an analog video source - if enabled, noise filters and color range conversion are used.
Definition at line 86 of file KvmPort.idl.