AIC. - Recording Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > ! Open AI - Whisper > AIC.-Recording >

AIC. - Recording Commands

AIC.SetRec State

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.SetRec State

Sets the status of the recording process like if you press the STOP-Button.

 

clip0824

 

Intention

 

The AIC.SetRec State command is designed to manually control the recording state.

This is useful for asynchroneus recording or for implementing custom logic that requires changing the recording state.

 

The command will set the recording state based on the value provided in P1.

If P1 is omitted, the command will use "0".

This is useful for scenarios where you want to programmatically control the recording state.

 

 

 

 

Syntax

 

 

AIC.SetRec State[|P1]

AIC.Srs[|P1]

 

 

 

Parameter Explanation

 

P1: Optional. A number that represents the desired recording state.

0 - Let recording run (default)

1 - Stop recording

2 - Invert the current state (if recording, then stop; if stopped, then record)

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************

' This will stop the recording

AIC.SetRec State|1 

 

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: