AUDIOOFFSET AOF UO

Description:

   Adjust the audio sync offset for a given pair index with a millisecond offset
   value.

Form:

  Command Handler: DCMD
  AUDIOOFFSET|AOF|UO [INDEX OFFSET]

  Argument List:
     INDEX-    0= Chs 1,2
               1= Chs 3,4
               2= Chs 5,6
               3= Chs 7,8
               4= Chs 9,10
               5= Chs 11,12
               6= Chs 13,14
               7= Chs 15,16

     OFFSET-   Audio sync offset in milliseconds.  Range is -50 to +800

Response:

  AUDIOOFFSET 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:

*.DCMD AOF
OK
PAIR0=10
PAIR1=20
PAIR2=30
PAIR3=40

*.DCMD UO
0
10 20 30 40

*.DCMD AOF 2
OK
PAIR2=30

*.DCMD UO 2
0
30

Notes:

  None.
Created By: Adtec Digital