![AMX DTV VISION2 INTEGRATION - DIAGRAM Скачать руководство пользователя страница 36](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670036.webp)
API Commands
30
Vision
2
API Guide
v2Record_SetParameters
Obtains the settings for the selected record service.
v2Record_StartRecording
Starts the selected record service recording.
v2Record_SetParameters Parameters
sServiceID
The service ID of the Recording Service
sNICindex
The index of the NIC to use to receive the stream
sRecordingType
Defines how the service operates
sSegmentLength
If Record Type = 'Continuous' then a new file will be automatically created and
added to the archive every 'Segment Length' minutes
sRootPathToSaveTo
This value should be simply the value obtained in v2Record_GetSettings
sChannelToRecordName
The name of the channel being recorded
sChanneTolRecordURL
The URL to record from
sArchiveServiceURL
The URL to the Archive Service
sKeepArchiveDays
If Record Type = 'Continuous' then how long to keep the recordings for before
they are automatically deleted from the Archive
sArchiveToWriteTo
Currently only the first archive on the server can be recorded to
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 31
v2Record_SetParameters Sample XML
The available options for all of the parameters which can be changed are provided in
the returned XML from v2RecordGetSettings.
v2Record_StartRecording Parameters
sServiceID
The service ID of the Recording Service
sRecordingName
The name that appears in the Archive.
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 32
v2Record_StartRecording Sample XML
Содержание DTV VISION2 INTEGRATION - DIAGRAM
Страница 4: ......
Страница 12: ...Using the API 6 Vision2 API Guide...
Страница 42: ...API Commands 36 Vision2 API Guide...
Страница 50: ...Vision2 RenderThumbs Explorer 44 Vision2 API Guide...
Страница 51: ...Record Service 45 Vision2 Operation Reference Guide...