VIDEO_OA_filterKeywordValue()

Returns the value of a keyword.

Synopsis

string VIDEO_OA_filterKeywordValue(string sData, string sKeyword);

Parameters

Parameter Description
sData Status string
sKeyword Keyword

Return Value

A value of a keyword. If the keyword is not found, an empty string "" will be returned.

Errors

Missing or wrong arguments.

Description

The function returns the value of a keyword. You can pass the content of a command, confirmation or status element of a video object.

EXAMPLE

main()
{
  string sData="source=Camera_00001";
  DebugN(VIDEO_OA_filterKeywordValue(sData,"source");
}

Assignment

Video functions.

Availability

UI, CTRL