DECODELATENCY DLY D8

Description:

  Sets the latency delay before the decoder begins play back from any
  source.  The latency is argued as a millisecond value.  The minimum allowed
  latency is 0 millisecond and the maximum value is 10 seconds(default value
   is 167).

  The DECODELATENCY setting is saved in the DCMD CONFIGURATION file.

Form:

  Command Handler: DCMD
  DECODELATENCY|DLY|D8 [VALUE]

  Argument List:
  Terse         Verbose      Description
  VALUE            none      Sets the value of the latency delay in milliseconds.
                             Minimum allowed value is 0 millisecond.
                             Maximum allowed value is 10,000 milliseconds.
.

Response:

  DECODELATENCY 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)

Examples:

  Verbose command to retrieve current setting:
  *.DCMD DECODELATENCY <enter>
     Response is: OK\r\n
                  DECODELATENCY= 500\r\n

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

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

Notes:

  - The decoder will not be able to achieve better than one frame delay
  - When the encoder EN-91 source is in 100LAT, 1FRAME, or 2FRAME mode, this
    setting is ignored
  - If downscaling, minimum delay thru the decoder is two frames
Created By: Adtec Digital