XML_AudioInOutCfg

Message about the audio input and output parameters in XML format.

<AudioInOutCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <audioInManualCfgEnable><!--optional, xs:boolean, whether to enable configuring audio input manually--></audioInManualCfgEnable>
  <audioOutManualCfgEnable><!--optional, xs:boolean, whether to enable configuring audio output manually--></audioOutManualCfgEnable>
  <Intercom>
    <AudioInType><!--required, xs:string, audio input type: "micIn", "lineIn1", "list"--></AudioInType>
    <AudioInList>
      <AudioIn>
        <id><!--required, xs:string, audio input ID: "micIn", "lineIn1"--></id>
        <isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
        <volume><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
      </AudioIn>
    </AudioInList>
    <AudioOutType><!--required, xs:string, audio output type: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
    <AudioOutList> 
      <AudioOut>
        <id><!--required, xs:string, audio output ID: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
        <isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
        <volume><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
      </AudioOut>
    </AudioOutList>
  </Intercom>
  <Broadcast>
    <AudioOutType><!--required, xs:string, audio output type: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
    <AudioOutList>
      <AudioOut>
        <id><!--required, xs:string, audio output ID: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
        <isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged > 
        <volume><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
      </AudioOut>
    </AudioOutList>
  </Broadcast>
  <VoicePrompt>
    <AudioOutType><!--required, xs:string, audio output type: "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
    <AudioOutList>
      <AudioOut>
        <id><!--required, xs:string, audio output ID: "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
        <isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
        <volume><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
      </AudioOut>
    </AudioOutList>
  </VoicePrompt>
</AudioInOutCfg>