Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The CAM_TITLE object corresponds to the Captioner system object.

Operator format to describe actions with the Captioner is:

DoReact("CAM_TITLE","_id_","_command_");

The list of commands and parameters for the CAM_TITLE object is given in the following table:

Commandcommand description

Comment
"REINDEX" – run titles database updateTitles database re-indexation is rut at any value of the _id_ parameter. See also The Cam_title_updater.exe utility to convert titles database.

Example.

Run titles database update on Macro 1.

OnEvent("MACRO","1","RUN")
{
    DoReact("CAM_TITLE", "2", "REINDEX");
}
  • No labels