AUDIOSTREAMID AUI AU

Description:

  Select the audio stream ID to be decoded and output.  Default value is 0, which selects streams
  with "C0" ID.  If the TRACKSELECT option has been set to a non-default value, it will override
  the AUI setting.  The AUI setting will overide the IAT setting.

Form:

  Command Handler: DCMD
  AUDIOSTREAMID|AUI|AU [VALUE] <OPTION>
  Value List:
  Terse    Verbose      Description
      0       none      Audio Stream 0 (C0)
      1       none      Audio Stream 1 (C1)
    ...        ...      ...
     31       none      Audio Stream 31 (DF)

  Option List:
  Terse    Verbose    Description
  Option for immediate change is not implemented at this time.

Response:

  MODIFY AUDIOSTREAMID 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 AUDIOSTREAMID RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "AudioStreamID= [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 AUDIOSTREAMID <enter>
     Response is: OK\r\n
                  AudioStreamID= 1\r\n

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

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

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

Notes:

  None.
Created By: Adtec Digital