Description:
Enable or disable encoder capture to file. If enabled, all encoded content
will be captured to file. If disabled, file capture is turned off.
Form:
Command Handler: ECMD
CONSTANTCAPTURE|CCA|CA [ARGUMENT]
Argument List:
Terse Verbose Description
0 OFF Disable capture to file
1 ON Enable capture to file
Response:
MODIFY CONSTANTCAPTURE RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY CONSTANTCAPTURE RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"CONSTANTCAPTURE= [ON/OFF]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TERSE NUMERIC VALUE]\r\n", or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Verbose command to enable constant capture:
*.ECMD CONSTANTCAPTURE ON <enter>
Response is: OK\r\n
Terse command to disable constant capture:
*.ECMD CA 0 <enter>
Response is: 0\r\n
Notes: