AudioCodecOptions constructor

AudioCodecOptions({
  1. String? bitDepth,
  2. String? bitOrder,
  3. String? profile,
  4. String? signed,
})

Implementation

AudioCodecOptions({
  this.bitDepth,
  this.bitOrder,
  this.profile,
  this.signed,
});