DIMAX804KC User’s Manual
DEXON Systems
25
Attributes:
• id: input identifier
input_status - Reply
Reply message:
<input_status id="n">
<name>xxxx</name>
<port>{HDMI|...}</port>
<audio_port>{Embedded|Analogue}</audio_port>
<hdcp_enable>{Yes|No}</hdcp_enable>
<crop>
<left>n,nn</left>
<top>n,nn</top>
<width>n,nn</width>
<height>n,nn</height>
</crop>
</input_status>
Description:
The DIMAX server sends input_status reply message to the client in response to the
query_input_status request. The DIMAX server sends input_status event message to the
client if one or more parameters have been changed by another client program or by the
operator using the front panel menu.
Attributes:
• id: input identifier
Elements:
• name: name of the input
• port: currently selected video port
• audio_port: currently selected audio port
• crop: current cropping settings. The left, top, width and height parameters are
counted in percentage of the full dimensions of the input image. (E.g.: the full picture
without any cropping: left:0, top:0, width:100, height:100, the top left quarter of the input
image: left:50, top:0, width:50, height:50). The cropping parameters can be floating point
values with 2 decimal point accuracy. (E.g.: left:0.45, width: 99.23)
• hdcp_enable: HDCP enable state
CONFIG_INPUT
config_input - Request
Request message:
<config_input id="n" needack="{Yes|No}">
<name>xxxx</name>
<port>{HDMI|...}</port>
<audio_port>{Embedded|Analogue}</audio_port>
<hdcp_enable>{Yes|No}</hdcp_enable>
<crop>
<left>n,nn</left>
<top>n,nn</top>
<right>n,nn</right>
<bottom>n,nn</bottom>