VIDEOLOOPMODE VLM VL

Description:

  If set, the played spot will loop indefinitely with no hesitation when the clip restarts.  
  The decoder sees the clip as a continuous file.  The TRANSPORT command can still be used 
  to monitor the progress of the clip as it is playing.  The percent will reset when the clip 
  restarts. The purpose of this mode is to provide a playback with no hesitations when the clip 
  restarts. Default value is 0, which is the normal clip transition process.

Form:

  Command Handler: DCMD
  VIDEOLOOPMODE|VLM|VL [ARGUMENT]
  Argument List:
  Terse    Verbose      Description
      0        OFF      This is the normal playback mode
      1         ON      The clip will loop until stopped, or PLAY or PLAYSPOT

Response:

  MODIFY VIDEOLOOPMODE 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 VIDEOLOOPMODE RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "VIDEOLOOPMODE= [STANDARD]\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 retrieve current setting:
  *.DCMD VIDEOLOOPMODE <enter>
     Response is: OK\r\n
                  VIDEOLOOPMODE= ON\r\n

  Terse command to retrieve current setting:
  *.DCMD VL <enter>
     Response is: 0\r\n
                  1\r\n

  Verbose command to change setting:
  *.DCMD VIDEOLOOPMODE OFF<enter>
     Response is: OK\r\n

  Terse command to change setting:
  *.DCMD VL 0 <enter>
     Response is: 0\r\n

Notes:

  None.
Created By: Adtec Digital