![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 34](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670034.webp)
API Commands
28
Vision
2
API Guide
Record Commands
The following section lists the API commands available for the Record service. These commands only
controls a Record service that is configured and enabled as a Manual record service.
v2Record_GetSettings
Obtains the settings for the specified Record channel.
sServiceID
The service ID of the Recording Service
Program Attributes
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
<params>
<param name="NIC" selected="0" type="list" selectby="index">
<option name="43.192.168.101" value="43.192.168.101" />
</param>
<param name="Record Type" selected="Scheduled" type="list"
selectby="value">
<option name="Manual" value="Manual" />
<option name="Continuous" value="Continuous" />
<option name="Scheduled" value="Scheduled" />
</param>
<param name="Segment Length" selected="30" type="list" selectby="value">
<option name="15mins" value="15" />
<option name="30mins" value="30" />
<option name="60mins" value="60" />
</param>
<param name="Channel to record" selected="BBC NEWS" type="list"
selectby="value">
<option name="BBC NEWS" value="234.1.0.3:5500" />
</param>
<param name="Archive to record to" selected="0" type="list" selectby="value">
<option name="Archive 1 on Lenovo" value="20100424134125671/" />
</param>
<param name="Keep archive for" selected="30" type="number"
min="1" max="365" />
<param name="Path to save to" selected="c:\vcContent\Archive1\"
type="text" />
</params>
</v2>
PRGM EX. 30
v2Record_GetSettings Sample XML