AudioOutputConfiguration constructor

AudioOutputConfiguration(
  1. String token,
  2. dynamic xmlName,
  3. dynamic xmlUseCount,
  4. dynamic xmlOutputToken,
  5. dynamic xmlSendPrimacy,
  6. dynamic xmlOutputLevel,
)

Implementation

AudioOutputConfiguration(this.token, this.xmlName, this.xmlUseCount,
    this.xmlOutputToken, this.xmlSendPrimacy, this.xmlOutputLevel);