DeleteRecording

Syntax
METHOD DeleteRecording : BOOL
VAR_INPUT
sSourceTopic : T_MaxString;
sLayout : GUID;
sSourceSystemID : GUID;
sStorageGuid : GUID;
sAlias : T_MaxString;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
sSourceTopic | T_MaxString | Topic name of the recorded live stream |
sLayout | GUID | Layout GUID of the recording |
sSourceSystemID | GUID | SystemID-GUID of the recording |
sStorageGuid | GUID | Individual GUID of the Storage to be used |
sAlias | T_MaxString | Alias name of the recording |
Return value
Name | Type | Description |
|---|---|---|
DeleteRecording | BOOL | Is TRUE when completed |