AudioDecoderConfiguration constructor

AudioDecoderConfiguration(
  1. String token,
  2. String name,
  3. int useCount
)

Implementation

AudioDecoderConfiguration(this.token, this.name, this.useCount);