StartRecordEx
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
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 |
Return value
Name | Type | Description |
---|---|---|
StartRecordEx | BOOL | Is TRUE when completed |