
7. Programmers’ Reference
series – Extender Application Mode – User's Manual
105
7. Programmers’ Reference
series – Extender Application Mode – User's Manual
105
EXTENDER APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v2.0.0 | Applied R-series endpoint firmware package: v2.0.0 | LDC software: v2.5.9b3
7.5.13. Query the Timing Mode
The query returns with the current status of the timing mode. See more details about it in the
section.
DIFFERENCE:
The timing mode can be changed in the output ports of the receiver/transceiver only.
Command and Response
#timingmode #freerun #sourcelocked
ç
GET•/MEDIA/VIDEO/
<source>
.TimingMode
æ
pr•/MEDIA/VIDEO/
<source>
.TimingMode=
<timing_mode>
Parameters
The
<timing_mode>
can be
Freerun
or
SourceLocked
.
Example
ç
GET /MEDIA/VIDEO/S1.TimingMode
æ
pr /MEDIA/VIDEO/S1.TimingMode=SourceLocked
7.5.14. HDCP Setting (Input Port)
HDCP capability can be enabled/disabled on the input ports, thus, non-encrypted content can be enforced
so that non-HDCP compliant displays can be used. See more information in the
section.
Command and Response
ç
SET•/MEDIA/VIDEO/
<in>
.HdcpEnable=
<logical_value>
æ
pw•/MEDIA/VIDEO/
<in>
.HdcpEnable=
<logical_value>
Parameters
Parameter
Parameter description
Value
Value description
<logical_value>
HDCP enable/disable
setting
true
HDCP authentication is enabled
false
HDCP authentication is disabled
Example
ç
SET /MEDIA/VIDEO/I2.HdcpEnable=true
æ
pw /MEDIA/VIDEO/I2.HdcpEnable=true
7.5.15. HDCP Setting (Output Port)
HDCP capability can be set to Auto/Always on the output ports, thus, non-encrypted content can be
transmitted to a non-HDCP compliant display. See more information in the
section.
Command and Response
#hdcp
ç
SET•/MEDIA/VIDEO/
<out>
.HdcpMode=
<HDCP_mode>
æ
pw•/MEDIA/VIDEO/
<out>
.HdcpMode=
<HDCP_mode>
Parameters
Parameter
Parameter description
Value
Value description
<HDCP_mode>
HDCP mode
Auto
The level of the HDCP-encryption
depends on the input.
Always
The output ports set the maximum
HDCP-encryption level which can
accept by the connected sink device.
AlwaysType1
The output ports always force HDCP
2.2 Type 1.
I
f the sink device supports
this HDCP-encryption level, the signal
will be encrypted with HDCP 2.2 Type
0/1.
The signal will be encrypted with
HDCP 2.2 Type 1 when the source and the
sink either support this HDCP-encryption
level.
Example
ç
SET /MEDIA/VIDEO/O1.HdcpMode=AlwaysType1
æ
pw /MEDIA/VIDEO/O1.HdcpMode=AlwaysType1