StartRecordEx

StartRecordEx 1:

In contrast to the StartRecord method, a RecordDataKey can be specified here. This key makes it easier to find the recording you have started in order to check the status of the recording. The GetRecordingInfoByKey method can be used to retrieve the recording information.

Syntax

METHOD StartRecordEx : BOOL
VAR_INPUT
    stCmd : REFERENCE TO T_ALY_SPRecordData_Cmd;
    sRecordDataKey : GUID;
END_VAR

StartRecordEx 2: Inputs

Name

Type

Description

stCmd

REFERENCE TO T_ALY_SPRecordData_Cmd

Json command to start the recording a live stream

sRecordDataKey

GUID

Guid "Key" to identify the recording that has been started

StartRecordEx 3: Return value

Name

Type

Description

StartRecordEx

BOOL

Is TRUE when completed